You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sql/tidb-specific.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,8 +135,8 @@ If you need to set the global variable, run:
135
135
136
136
- Scope: SESSION | GLOBAL
137
137
- Default value: 0
138
-
- This variable is used to set whether to divide the data for deletion automatically.
139
-
- When deleting a large amount of data, you can set the variable value to true. Then the data for deletion is automatically divided into multiple batches and each batch is deleted by a single transaction.
138
+
- This variable is used to set whether to divide the data for deletion automatically. It is valid only when `autocommit` is enabled.
139
+
- When deleting a large amount of data, you can set the variable value to true. Then the data for deletion is automatically divided into multiple batches and each batch is deleted by a single transaction.
0 commit comments