-
Notifications
You must be signed in to change notification settings - Fork 709
sql-statements: update some statements #2924
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
yikeke
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.
Rest LGTM
|
|
|
@yikeke |
Got it. I found that pingcap/docs-cn#3011 has not been aligned in docs right now. Will find someone to update |
yikeke
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
|
/merge |
|
/run-all-tests |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
|
cherry pick to release-4.0 in PR #2965 |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com> Co-authored-by: Lynn <zimu_xia@126.com>
What is changed, added or deleted? (Required)
Update the docs for some statements, such as
change column,create database,drop column,drop table,rename index. And some statements with "alter" prefixed statements.Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?