Skip to content

Commit bc577c2

Browse files
author
github-actions
committed
update MD by dispatch event pingcap/docs master
1 parent 0f20c3d commit bc577c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

markdown-pages/en/tidb/master/information-schema/information-schema-deadlocks.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ Two transactions are executed in the following order:
148148

149149
| Transaction 1 | Transaction 2 | Description |
150150
|--------------------------------------|--------------------------------------|----------------------|
151+
| `BEGIN;` | | |
152+
| | `BEGIN;` | |
151153
| `UPDATE t SET v = 11 WHERE id = 1;` | | |
152154
| | `UPDATE t SET v = 21 WHERE id = 2;` | |
153155
| `UPDATE t SET v = 12 WHERE id = 2;` | | Transaction 1 gets blocked. |

0 commit comments

Comments
 (0)