-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
*: support auto_random table option (#16750) #16813
*: support auto_random table option (#16750) #16813
Conversation
/run-all-tests |
don't worry, the releated parser hasn't been cherry-picked, wait for a while |
the linked parser is in pingcap/parser#831 |
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
/run-all-tests |
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 |
@sre-bot merge failed. |
d8f61e5
to
7edf0f3
Compare
/run-all-tests |
/run-all-tests |
/run-integration-copr-test |
1 similar comment
/run-integration-copr-test |
/run-check_dev |
cherry-pick #16750 to release-4.0
What problem does this PR solve?
Problem Summary: support
auto_random_base
table optionWhat is changed and how it works?
How it Works:
After this table option:
We can do the auto_random rebase by
alter table xxx auto_random_base = num
Also we can specify the initial auto_random base by
create table t xxx(xxx) auto_random_base = num
Related changes
pingcap/docs
/pingcap/docs-cn
:Check List
Tests
Release note
support auto_random table option for rebase auto_random allocator