-
Notifications
You must be signed in to change notification settings - Fork 1.2k
system_tables: add column description for several information_schema tables #3617
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
Conversation
ran-huang
left a comment
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.
LGTM
|
@bb7133 Please involve a tech reviewer. Thanks~ |
|
@ran-huang, PTAL. |
| `COLLATION` 表中列的含义如下: | ||
|
|
||
| * `COLLATION_NAME`:排序规则名称 | ||
| * `COLLATION_NAME`:排序规则所属的字符集名称 |
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.
CHARACTER_SET_NAME?
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.
Addressed, thanks!
bc15082 to
2a83674
Compare
zimulala
left a comment
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.
LGTM
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
|
cherry pick to release-4.0 in PR #3677 |
What is changed, added or deleted? (Required)
Add column description for several information_schema tables:
Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?