Skip to content
Open
Changes from 4 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
7811ab4
Update system-variables.md
Frank945946 Aug 30, 2024
1fe714b
Update release-8.3.0.md
hfxsd Sep 2, 2024
b5971a3
Update release-8.3.0.md
hfxsd Sep 2, 2024
b81ae80
Update the Compatibility changes of release-8.5.4
Frank945946 Dec 24, 2025
0b1d395
Update release-8.5.4.md
Frank945946 Dec 24, 2025
6163f21
Apply suggestions from code review
qiancai Dec 31, 2025
2170267
merge info in Default value, PR, and Author columns to the Descriptio…
qiancai Dec 31, 2025
4d65bac
add a space
qiancai Dec 31, 2025
8cbab92
update the author format
qiancai Dec 31, 2025
96728dc
update the author format
qiancai Dec 31, 2025
772e35a
update the author format
qiancai Dec 31, 2025
0a3c3a3
Apply suggestions from code review
qiancai Jan 12, 2026
e984d1f
Update releases/release-8.5.4.md
qiancai Jan 12, 2026
5239d9a
add a column for parameter changes
qiancai Jan 12, 2026
800ec8c
Update release-8.5.4.md
qiancai Jan 12, 2026
a225970
Update release-8.5.4.md
qiancai Jan 12, 2026
4b8106d
Merge branch 'master' into Frank945946-patch-7
qiancai Jan 12, 2026
4a2e4b1
Update releases/release-8.5.4.md
hfxsd Jan 12, 2026
d2d78b0
Merge branch 'Frank945946-patch-7' of https://github.com/pingcap/docs…
hfxsd Jan 12, 2026
629ae50
Apply suggestions from code review
hfxsd Jan 12, 2026
25dc8b0
Update releases/release-8.5.4.md
hfxsd Jan 12, 2026
cb91233
Apply suggestions from code review
hfxsd Jan 12, 2026
5f18c72
Update system-variables.md
Frank945946 Mar 9, 2026
42475f7
Update system-variables.md
Frank945946 Mar 9, 2026
af64e19
Update system-variables.md
hfxsd Mar 16, 2026
c91463e
Update system-variables.md
hfxsd Mar 16, 2026
7dec798
Merge branch 'Frank945946-patch-7' of https://github.com/pingcap/docs…
hfxsd Apr 1, 2026
b66d24c
Update system-variables.md
hfxsd Apr 1, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -5019,7 +5019,7 @@ EXPLAIN FORMAT='brief' SELECT COUNT(1) FROM t WHERE a = 1 AND b IS NOT NULL;
- 是否受 Hint [SET_VAR](/optimizer-hints.md#set_varvar_namevar_value) 控制:否
- 类型:字符串
- 默认值:""
- 可选值:长度小于或等于 64 的字符串,可用合法字符包括数字 `0-9`、字母 `a-zA-Z`、下划线 `_` 和连字符 `-`
- 可选值:长度小于或等于 64 的字符串,可用合法字符包括数字 `0-9`、字母 `a-zA-Z`、下划线 `_` 和连字符 `-`。从 v8.5.6 版本和 v9.0.0 版本开始,该变量的取值大小写不敏感。TiDB 会将输入值转换为小写形式进行存储和比较。
- 该变量是一个实例级别的变量,用于控制 [TiDB 分布式执行框架](/tidb-distributed-execution-framework.md)下各 TiDB 节点的服务范围。分布式执行框架会根据该变量的值决定将分布式任务调度到哪些 TiDB 节点上执行,具体规则请参考[任务调度](/tidb-distributed-execution-framework.md#任务调度)。

### `tidb_session_alias` <span class="version-mark">从 v7.4.0 版本开始引入</span>
Expand Down
Loading