Skip to content

Commit fe754f6

Browse files
authored
transaction: add a link (pingcap#11252)
1 parent 59e6215 commit fe754f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

non-transactional-dml.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,9 @@ SHOW PROCESSLIST;
125125

126126
### Terminate a non-transactional DML statement
127127

128-
To terminate a non-transactional DML statement, you can use `KILL TIDB`. Then TiDB will cancel all batches after the batch that is currently being executed. You can get the execution result from the log.
128+
To terminate a non-transactional DML statement, you can use `KILL TIDB <processlist_id>`. Then TiDB will cancel all batches after the batch that is currently being executed. You can get the execution result from the log.
129+
130+
For more information about `KILL TIDB`, see the reference [`KILL`](/sql-statements/sql-statement-kill.md).
129131

130132
### Query the batch-dividing statement
131133

0 commit comments

Comments
 (0)