Skip to content

Commit

Permalink
fix the usage of tidb-ctl decoder (#13386) (#13390)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Mar 14, 2023
1 parent be353af commit 707c3e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions troubleshoot-lock-conflicts.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ Txn0 完成了 Prewrite,在 Commit 的过程中 Txn1 对该 key 发起了读
* 可以使用 TiDB Control 的子命令 [decoder](/tidb-control.md#decoder-命令) 来查看指定 key 对应的行的 table id 以及 rowid:

```sh
./tidb-ctl decoder -f table_row -k "t\x00\x00\x00\x00\x00\x00\x00\x1c_r\x00\x00\x00\x00\x00\x00\x00\xfa"

./tidb-ctl decoder "t\x00\x00\x00\x00\x00\x00\x00\x1c_r\x00\x00\x00\x00\x00\x00\x00\xfa"
format: table_row
table_id: -9223372036854775780
row_id: -9223372036854775558
```
Expand Down

0 comments on commit 707c3e2

Please sign in to comment.