-
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: disallow dropping auto_increment column attribute #12107
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12107 +/- ##
=========================================
Coverage 81.322% 81.322%
=========================================
Files 451 451
Lines 96606 96606
=========================================
Hits 78562 78562
Misses 12410 12410
Partials 5634 5634 |
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.
Please address comment.
Rest 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
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?
Disallow dropping auto_increment column attribute
What is changed and how it works?
Tweak the check in
getModifiableColumnJob
.Check List
Tests
Code changes
Side effects
Related changes
Release note