Skip to content
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 the operation of dropping multi-indexes in one statement #20286

Closed
wants to merge 27 commits into from
Closed

ddl: Support the operation of dropping multi-indexes in one statement #20286

wants to merge 27 commits into from

Conversation

ou-bing
Copy link
Contributor

@ou-bing ou-bing commented Sep 28, 2020

What problem does this PR solve?

Issue Number: close #14765

Problem Summary:

What is changed and how it works?

Proposal: xxx

What's Changed:

How it Works:

ALTER TABLE tbl_name
    [alter_specification [, alter_specification] ...]
alter_specification:
| DROP [INDEX] index_name

Related changes

  • PR to update pingcap/docs/pingcap/docs-cn:
  • Need to cherry-pick to the release branch

Check List

Tests

  • Unit test
  • Integration test
  • Manual test (add detailed scripts or steps below)
  • No code

Side effects

  • Performance regression
    • Consumes more CPU
    • Consumes more MEM
  • Breaking backward compatibility

Release note

  • DDL: Support the operation of dropping multi-indexes in one statement

@ti-srebot ti-srebot added the contribution This PR is from a community contributor. label Sep 28, 2020
@github-actions github-actions bot added the sig/sql-infra SIG: SQL Infra label Sep 28, 2020
@ou-bing ou-bing closed this Oct 14, 2020
@ou-bing ou-bing deleted the feature/dropping-multi-indexes branch October 14, 2020 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution This PR is from a community contributor. sig/sql-infra SIG: SQL Infra
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support the operation of dropping multi-indexes in one statement
2 participants