Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai authored and ti-chi-bot committed Sep 23, 2024
1 parent a143e14 commit 16f460e
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 @@ -1239,7 +1239,7 @@ mysql> SELECT job_info FROM mysql.analyze_jobs ORDER BY end_time DESC LIMIT 1;
### `tidb_cdc_write_source` <span class="version-mark">从 v6.5.0 版本开始引入</span>

- 作用域:SESSION
- 是否持久化到集群:否,仅作用于当前连接的 TiDB 实例
- 是否持久化到集群:否
- 是否受 Hint [SET_VAR](/optimizer-hints.md#set_varvar_namevar_value) 控制:否
- 类型:整数型
- 默认值: `0`
Expand Down Expand Up @@ -4515,7 +4515,7 @@ EXPLAIN FORMAT='brief' SELECT COUNT(1) FROM t WHERE a = 1 AND b IS NOT NULL;
### `tidb_session_alias` <span class="version-mark">从 v7.4.0 版本开始引入</span>

- 作用域:SESSION
- 是否持久化到集群:否,仅作用于当前连接的 TiDB 实例
- 是否持久化到集群:否
- 是否受 Hint [SET_VAR](/optimizer-hints.md#set_varvar_namevar_value) 控制:是
- 类型:字符串
- 默认值:""
Expand Down

0 comments on commit 16f460e

Please sign in to comment.