Skip to content

Commit

Permalink
fix: transactin_ts in slow query is start_ts, not commit_ts (#16578)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekexium authored Feb 21, 2024
1 parent f5ae47f commit 3aebfd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion identify-slow-queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ ADMIN SHOW SLOW TOP all 5;
| details | 执行语句的详细信息 |
| succ | SQL 语句执行是否成功,1:成功,0:失败 |
| conn_id | session 连接 ID |
| transaction_ts | 事务提交的 commit ts |
| transaction_ts | 事务的 start ts |
| user | 执行该语句的用户名 |
| db | 执行该 SQL 涉及到 database |
| table_ids | 执行该 SQL 涉及到表的 ID |
Expand Down

0 comments on commit 3aebfd6

Please sign in to comment.