Skip to content

Commit

Permalink
sys-var: add SESSION scope for ddl_reorg_batch_size and `ddl_reorg_…
Browse files Browse the repository at this point in the history
…worker_cnt` (#18359)
  • Loading branch information
tangenta authored Aug 14, 2024
1 parent 63390b8 commit 3d087d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -1487,7 +1487,7 @@ mysql> SELECT job_info FROM mysql.analyze_jobs ORDER BY end_time DESC LIMIT 1;

### `tidb_ddl_reorg_batch_size`

- 作用域:GLOBAL
- 作用域:SESSION | GLOBAL
- 是否持久化到集群:是
- 是否受 Hint [SET_VAR](/optimizer-hints.md#set_varvar_namevar_value) 控制:否
- 类型:整数型
Expand All @@ -1510,7 +1510,7 @@ mysql> SELECT job_info FROM mysql.analyze_jobs ORDER BY end_time DESC LIMIT 1;

### `tidb_ddl_reorg_worker_cnt`

- 作用域:GLOBAL
- 作用域:SESSION | GLOBAL
- 是否持久化到集群:是
- 是否受 Hint [SET_VAR](/optimizer-hints.md#set_varvar_namevar_value) 控制:否
- 类型:整数型
Expand Down

0 comments on commit 3d087d2

Please sign in to comment.