Skip to content

Commit 9e4d449

Browse files
authored
information-schema-deadlocks: add the "Begin" step (#20412) (#20413)
1 parent 0206358 commit 9e4d449

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

information-schema/information-schema-deadlocks.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ INSERT INTO t VALUES (1, 10), (2, 20);
124124

125125
| 事务 1 | 事务 2 | 说明 |
126126
|--------------------------------------|--------------------------------------|----------------------|
127+
| `BEGIN;` | | |
128+
| | `BEGIN;` | |
127129
| `UPDATE t SET v = 11 WHERE id = 1;` | | |
128130
| | `UPDATE t SET v = 21 WHERE id = 2;` | |
129131
| `UPDATE t SET v = 12 WHERE id = 2;` | | 事务 1 阻塞 |

0 commit comments

Comments
 (0)