Skip to content

Commit

Permalink
fix: transactin_ts in slow query is start_ts, not commit_ts (#16513)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekexium authored Feb 21, 2024
1 parent 87319a3 commit cbd7cca
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 @@ -614,7 +614,7 @@ The following table shows output details:
| details | The details of the SQL execution |
| succ | Whether the SQL statement is executed successfully. `1` means success and `0` means failure. |
| conn_id | The connection ID for the session |
| transaction_ts | The `commit ts` for a transaction commit |
| transaction_ts | The `start ts` of the transaction |
| user | The user name for the execution of the statement |
| db | The database involved when the statement is executed |
| table_ids | The ID of the table involved when the SQL statement is executed |
Expand Down

0 comments on commit cbd7cca

Please sign in to comment.