Skip to content

Commit

Permalink
Fix the description of an example of lock view (pingcap#6929)
Browse files Browse the repository at this point in the history
  • Loading branch information
MyonKeminta authored Aug 24, 2021
1 parent 7225eaa commit aae7e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion information-schema/information-schema-data-lock-waits.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ CURRENT_HOLDING_TRX_ID: 426790590082449409
1 row in set (0.01 sec)
```

以上查询结果显示,ID 为 `425405024158875649` 的事务在执行 Digest 为 `"f7530877a35ae65300c42250abd8bc731bbaf0a7cabc05dab843565230611bb22"`、形如 ``update `t` set `v` = `v` + ? where `id` = ?`` 的语句的过程中,试图在 `"7480000000000000355f728000000000000002"` 这个 key 上获取悲观锁,但是该 key 上的锁目前被 ID 为 `425405016242126849` 的事务持有。
以上查询结果显示,ID 为 `426790594290122753` 的事务在执行 Digest 为 `"38b03afa5debbdf0326a014dbe5012a62c51957f1982b3093e748460f8b00821"`、形如 ``update `t` set `v` = `v` + ? where `id` = ?`` 的语句的过程中,试图在 `"7480000000000000355F728000000000000001"` 这个 key 上获取悲观锁,但是该 key 上的锁目前被 ID 为 `426790590082449409` 的事务持有。

0 comments on commit aae7e38

Please sign in to comment.