Skip to content

Commit 9c3dec1

Browse files
authored
v8.5.6: Add docs about the cluster_id row in mysql.tidb table (#20280) (#22566)
1 parent 25092f4 commit 9c3dec1

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 @@ These system tables contain grant information about user accounts and their priv
3333
* `tidb_server_version`: the version information of TiDB when it is initialized. Note that this value is read-only and cannot be modified.
3434
* `system_tz`: the system time zone of TiDB.
3535
* `new_collation_enabled`: whether TiDB has enabled the [new framework for collations](/character-set-and-collation.md#new-framework-for-collations). Note that this value is read-only and cannot be modified.
36+
* `cluster_id` (New in v8.5.6): the unique identifier of the TiDB cluster. Note that this value is read-only and cannot be modified.
3637

3738
## Server-side help system tables
3839

0 commit comments

Comments
 (0)