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

server (all components that use DB): don't use MYSQL_OPT_RECONNECT if deprecated #5342

Merged
merged 1 commit into from
Aug 21, 2023

Commits on Aug 21, 2023

  1. server (all components that use DB): don't use MYSQL_OPT_RECONNECT if…

    … deprecated
    
    Starting with 8.0.34, the MySQL reconnection option is deprecated,
    and using it produces a warning message.
    So don't use it with MySQL 8.0.34 and later.
    
    Note: this means that if the MySQL server dies,
    long-running programs like the transitioner will stop working,
    and you'll have to stop/start the project.
    If this proves to be a problem, we could add our own reconnect logic.
    davidpanderson committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    a42eada View commit details
    Browse the repository at this point in the history