-
Notifications
You must be signed in to change notification settings - Fork 709
Add docs about the cluster_id row in mysql.tidb table (#20280)
#22566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: release-8.5
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -33,6 +33,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. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For better readability and conciseness, I suggest rephrasing this to be a single descriptive phrase. This also removes the use of 'Note that', which is often considered filler. This approach could also be applied to other items in this list that have a similar structure to improve overall consistency.
Suggested change
References
|
||||||
|
|
||||||
| ## Server-side help system tables | ||||||
|
|
||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To improve conciseness, this description can be rephrased. The phrase 'Note that' is generally considered filler, and 'read-only and cannot be modified' is redundant. This change aligns with the repository style guide's principle to avoid unnecessary words and repetition.
References