Synchronise the syntax tree of drop stats#11986
Conversation
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by submitting an approval review. |
Signed-off-by: YangKeao <yangkeao@chunibyo.icu>
9c90af3 to
8d64b68
Compare
|
@YangKeao Hi, is this related to a feature or improvement to be released in v6.5? |
No |
|
/remove status LGT1 |
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: 8d64b68 |
|
In response to a cherrypick label: new pull request created to branch |
Signed-off-by: YangKeao yangkeao@chunibyo.icu
First-time contributors' checklist
What is changed, added or deleted? (Required)
I synchronize the syntax tree of drop stats with the newest one. It has two changes:
The
DROP STATS ... PARTITION ...andDROP STATS ... GLOBALsyntax are deprecated, so I didn't update them to documents.Which TiDB version(s) do your changes apply to? (Required)
Tips for choosing the affected version(s):
By default, CHOOSE MASTER ONLY so your changes will be applied to the next TiDB major or minor releases. If your PR involves a product feature behavior change or a compatibility change, CHOOSE THE AFFECTED RELEASE BRANCH(ES) AND MASTER.
For details, see tips for choosing the affected versions (in Chinese).
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?