-
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) #16812
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#830 |
Signed-off-by: sre-bot <sre-bot@pingcap.com>
eb69793
to
f6eb817
Compare
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 |
/run-common-test |
/run-mybatis-test |
/build |
reopen can trigger it to run again? @bb7133 |
cherry-pick #16750 to release-3.1
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