-
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: support multi-schema change #32899
Conversation
support multi-schema change for add columns
[REVIEW NOTIFICATION] This pull request has not been approved. To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
92b16b6
to
bc51c13
Compare
/run-unit-test |
* ddl: check add position before create doDDLJob() * ddl: fix go fmt
* check index * ddl, parser: support check addIndex and dropIndex
* support multi-schema-change for drop index * fix integration tests
What problem does this PR solve?
Issue Number: close #14766
Problem Summary:
This PR is used for regular CI test.
What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note