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

Closes #3310: Improve error reporting for 'MySQL_Monitor' and 'MySQL_Session' backend connections via counters #3311

Merged
merged 7 commits into from
Mar 2, 2021

Commits on Feb 17, 2021

  1. Closes #3310: Improve error reporting for 'MySQL_Monitor' and 'MySQL_…

    …Session' backend connections via counters
    JavierJF committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    851339b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bffef4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9713abd View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Removed 'PROXYSQL_MONITOR_ERR' enum in favor of single enum 'PROXYSQL…

    …_MYSQL_ERR' holding all ProxySQL errors for backend connections
    JavierJF committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    84e205d View commit details
    Browse the repository at this point in the history
  2. Compressed multiple 'p_update_mysql_error_counter' with ternary opera…

    …tor and replaced zero error codes with ER_PROXYSQL_OFFLINE_SRV
    JavierJF committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    7c1c829 View commit details
    Browse the repository at this point in the history
  3. Removed hardcoded values for error codes in counters in 'monitor_conn…

    …ect_thread' and no longer required include
    JavierJF committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    6587049 View commit details
    Browse the repository at this point in the history
  4. Added extra wait after setting 'max_replication_lag' in test 'test_se…

    …ssion_status_flags-t' to avoid replication lag issues in the CI
    JavierJF committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    1deee92 View commit details
    Browse the repository at this point in the history