-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
*: add show table regions syntax (#8719) (#10612) #11238
Conversation
/run-all-tests |
/run-all-tests |
@@ -64,7 +64,7 @@ var ( | |||
// EnableSplitTableRegion is a flag to decide whether to split a new region for | |||
// a newly created table. It takes effect only if the Storage supports split | |||
// region. | |||
EnableSplitTableRegion = false |
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.
It's better to cherry-pick #8719 firstly, rather than cherry-picking 2 commits together.
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.
Maybe I can simply change the PR title.
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
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
What problem does this PR solve?
cherry-pick #10612 and #8719
related parser pr: pingcap/parser#385 , please merge parser first.