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 secondary index len check for clustered index #23710

Merged
merged 14 commits into from
Apr 1, 2021
Merged

ddl: fix secondary index len check for clustered index #23710

merged 14 commits into from
Apr 1, 2021

Commits on Apr 1, 2021

  1. Configuration menu
    Copy the full SHA
    0f48a6c View commit details
    Browse the repository at this point in the history
  2. add test

    lysu committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    96d3ebe View commit details
    Browse the repository at this point in the history
  3. add tests

    lysu committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    5e703ac View commit details
    Browse the repository at this point in the history
  4. address comments

    lysu committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    9fddd61 View commit details
    Browse the repository at this point in the history
  5. fix

    - only check for non-unqiue index
    - refine change column check logic
    lysu committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    89d6da5 View commit details
    Browse the repository at this point in the history
  6. change test order

    lysu committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    d52f654 View commit details
    Browse the repository at this point in the history
  7. fix panic when no pk

    lysu committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    ae8bddc View commit details
    Browse the repository at this point in the history
  8. address comments

    lysu committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    e3da34e View commit details
    Browse the repository at this point in the history
  9. Update ddl/ddl_api.go

    lysu committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    623bf82 View commit details
    Browse the repository at this point in the history
  10. address comments

    lysu committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    7108fb6 View commit details
    Browse the repository at this point in the history
  11. add test case

    lysu committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    cb91c06 View commit details
    Browse the repository at this point in the history
  12. fix test case

    lysu committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    fd3fb3e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fa134d2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    51f4075 View commit details
    Browse the repository at this point in the history