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

Recreate Tables should Recreate indexes on MySQL #16718

Merged

Commits on Aug 18, 2021

  1. Recreate Tables should Recreate indexes on MySQL

    The MySQL indexes are not being renamed at the same time as RENAME table despite the
    CASCADE. Therefore it is probably better to just recreate the indexes instead.
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    e51fce5 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Configuration menu
    Copy the full SHA
    b9fa1ac View commit details
    Browse the repository at this point in the history