-
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
meta/autoid : fix the issue that MaxUint64 and MaxInt64 autoID is incorrectly allocated (#12119) #12162
meta/autoid : fix the issue that MaxUint64 and MaxInt64 autoID is incorrectly allocated (#12119) #12162
Conversation
/run-all-tests |
/rebuild |
/rebuild |
/run-all-tests |
/run-all-tests tidb-test=pr/889 |
/run-all-tests tidb-test=pr/893 |
/run-all-tests tidb-test=pr/893 |
/run-all-tests tidb-test=pr/895 |
/rebuild |
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
Sorry @bb7133, you don't have permission to trigger auto merge event on this branch. |
cherry-pick #12119 to release-3.0
What problem does this PR solve?
mysql 5.7 & mysql 8.0
tidb master
What is changed and how it works?
Check the allocated value whether is the MaxUint64 or MaxInt64 before alloc.
Check List
Tests
Related changes
Release note