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: fix drop index failed when index contain auto_increment column and the auto_increment column is primary key #15861

Merged
merged 9 commits into from
Apr 1, 2020

Commits on Mar 30, 2020

  1. ddl: fix drop index failed when index contain auto_increment column a…

    …nd the auto_increment column is primary key
    
    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    8844cb3 View commit details
    Browse the repository at this point in the history
  2. fix test

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    ef8d6e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23665b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. address comment

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    f4a40df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0dbfe24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35e1414 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Configuration menu
    Copy the full SHA
    f33d724 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e321c08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d24fce View commit details
    Browse the repository at this point in the history