-
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
ddl: fix anonymous indexes on the primary
column (#14250)
#14310
ddl: fix anonymous indexes on the primary
column (#14250)
#14310
Conversation
/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
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 |
@sre-bot merge failed. |
/merge |
/run-all-tests |
@sre-bot merge failed. |
/merge |
Sorry @qrr1995, you don't have permission to trigger auto merge event on this branch. |
/merge |
/run-all-tests |
cherry-pick #14250 to release-3.0
What problem does this PR solve?
Fix #14243(The results of anonymous indexes created using
alter table ... add index
on theprimary
column is inconsistent with MySQL).What is changed and how it works?
Special handling of anonymous indexes on the
primary
column.Remove the duplicate test case.
Check List
Tests
Related changes
Release note
alter table ... add index
on theprimary
column.