-
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
ddl: reject alter auto_random_base on a non auto_random table #17714
Conversation
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
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 |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
Codecov Report
@@ Coverage Diff @@
## master #17714 +/- ##
===========================================
Coverage 79.5935% 79.5935%
===========================================
Files 524 524
Lines 141999 141999
===========================================
Hits 113022 113022
Misses 19916 19916
Partials 9061 9061 |
@tangenta merge failed. |
/run-integration-br-test |
/run-all-tests |
/merge |
/run-all-tests |
@tangenta merge failed. |
/merge |
/run-all-tests |
Signed-off-by: sre-bot <sre-bot@pingcap.com>
cherry pick to release-3.1 in PR #17827 |
Signed-off-by: sre-bot <sre-bot@pingcap.com>
cherry pick to release-4.0 in PR #17828 |
What problem does this PR solve?
Issue Number: close #17713
Problem Summary:
What is changed and how it works?
Proposal: xxx
What's Changed:
t.Meta().AutoRandomBits
How it Works:
Related changes
Check List
Tests
Side effects
Release note