-
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: fix drop index failed when index contain auto_increment column and more than 2 index contain auto_increment_column (#12230) (#15861) #16247
Conversation
…nd more than 2 index contain auto_increment_column (pingcap#12230) Signed-off-by: crazycs520 <crazycs520@gmail.com>
…nd the auto_increment column is primary key (pingcap#15861) Signed-off-by: crazycs520 <crazycs520@gmail.com>
/run-all-tests |
Signed-off-by: crazycs520 <crazycs520@gmail.com>
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 @crazycs520, you don't have permission to trigger auto merge event on this branch. |
/merge |
/merge |
Your auto merge job has been accepted, waiting for 16014 |
/run-all-tests |
@crazycs520 merge failed. |
/run-unit-test |
What problem does this PR solve?
cherry-pick #12230
#15861