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

mysqlctld: Remove unneeded resets in init_db.sql #15832

Merged

Commits on May 2, 2024

  1. mysqlctld: Remove unneeded resets in init_db.sql

    This removes the resets for the startup script that we use. These were
    long ago added for a MariaDB 10.3 workaround which is not supported as a
    managed tablet anyway anymore.
    
    It also would only needed for an existing node to join a cluster that is
    otherwise manually emptied. If that's the case, the reset should also be
    done manually anyway too.
    
    Removing this also ensures we have no logic here that would start
    failing in the future on MySQL 8.4.0 which removed these statements.
    
    Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
    dbussink committed May 2, 2024
    Configuration menu
    Copy the full SHA
    0abb087 View commit details
    Browse the repository at this point in the history