Skip to content

Commit

Permalink
Update format
Browse files Browse the repository at this point in the history
  • Loading branch information
lilin90 authored Nov 5, 2024
1 parent 1e4f33b commit add6467
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 @@ -86,7 +86,7 @@ CURRENT_HOLDING_TRX_ID: 426790590082449409

The above query result shows that the transaction of the ID `426790594290122753` is trying to obtain the pessimistic lock on the key `"7480000000000000355F728000000000000001"` when executing a statement that has digest `"38b03afa5debbdf0326a014dbe5012a62c51957f1982b3093e748460f8b00821"` and is in the form of ``update `t` set `v` = `v` + ? where `id` = ?``, but the lock on this key was held by the transaction of the ID `426790590082449409`.

### See also
## See also

<CustomContent platform="tidb">

Expand Down

0 comments on commit add6467

Please sign in to comment.