Skip to content
Merged
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions mysql-schema/mysql-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ These system tables contain grant information about user accounts and their priv
* `tidb_server_version`: the version information of TiDB when it is initialized. Note that this value is read-only and cannot be modified.
* `system_tz`: the system time zone of TiDB.
* `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.
* `cluster_id`: the unique identifier of the TiDB cluster. Note that this value is read-only and cannot be modified.

## Server-side help system tables

Expand Down