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

mysql: Handle more deprecated SQL commands #15907

Merged
merged 2 commits into from
May 14, 2024

Commits on May 9, 2024

  1. mysql: Handle more deprecated SQL commands

    This deals with more deprecated SQL commands that now uses different
    terminology on newer MySQL versions.
    
    Also refactors things to reduce some duplication and to simplify some
    logic. We now treat the latest syntax as default and keep older syntax
    for older versions as needed explicitly.
    
    Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
    dbussink committed May 9, 2024
    Configuration menu
    Copy the full SHA
    43b33fb View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Address review comments

    Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
    dbussink committed May 14, 2024
    Configuration menu
    Copy the full SHA
    6d7b1dc View commit details
    Browse the repository at this point in the history