Skip to content

Commit a1600f6

Browse files
authored
v8.5.6: Add docs about cluster_id row in mysql.tidb (#19831) (#21439)
1 parent cfa4d96 commit a1600f6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mysql-schema/mysql-schema.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ summary: 了解 TiDB 系统表。
3333
* `tidb_server_version` 用于记录 TiDB 在初始化时的版本信息,注意该值为只读,不可修改。
3434
* `system_tz` 用于记录 TiDB 的系统时区
3535
* `new_collation_enabled` 用于记录 TiDB 是否开启了[新排序规则框架](/character-set-and-collation.md#新框架下的排序规则支持),注意该值为只读,不可修改。
36+
* `cluster_id` (从 v8.5.6 开始引入)用于记录 TiDB 集群的唯一标识,注意该值为只读,不可修改。
3637

3738
## 服务端帮助信息系统表
3839

0 commit comments

Comments
 (0)