Skip to content

Commit 0c86474

Browse files
authored
tidb_ddl_reorg_max_write_speed: add the support info of v6.5.12 (#20359) (#20405)
1 parent fca3436 commit 0c86474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1659,7 +1659,7 @@ mysql> SELECT job_info FROM mysql.analyze_jobs ORDER BY end_time DESC LIMIT 1;
16591659
- This variable is used to set the priority of executing the `ADD INDEX` operation in the `re-organize` phase.
16601660
- You can set the value of this variable to `PRIORITY_LOW`, `PRIORITY_NORMAL` or `PRIORITY_HIGH`.
16611661

1662-
### tidb_ddl_reorg_max_write_speed <span class="version-mark">New in v7.5.5</span>
1662+
### tidb_ddl_reorg_max_write_speed <span class="version-mark">New in v6.5.12 and v7.5.5</span>
16631663

16641664
- Scope: GLOBAL
16651665
- Persists to cluster: Yes

0 commit comments

Comments
 (0)