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

Refactored MySQL_Connection setter/getter functions functions for 'status_flags' #2717 #2881

Merged
merged 10 commits into from
Jun 14, 2020

Commits on Jun 8, 2020

  1. Add support for SAVEPOINT #948

    renecannao authored and JavierJF committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    00ce76e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b89c512 View commit details
    Browse the repository at this point in the history
  3. Make the comparison on savepoint less strict #948

    This is a temporary workaround until we fix an autocommit bug
    renecannao authored and JavierJF committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    d5477a4 View commit details
    Browse the repository at this point in the history
  4. Remove extra debugging

    renecannao authored and JavierJF committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    5e2f499 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. Refactored 'MySQL_Session' set/get status functions

        - Added extra doc about the 'status_flags' and 'server_status'.
        - Added 'sql_log_bin0' and 'prepared_statement' to the 'conn.status'
          from PROXYSQL SESSION INFO.
    JavierJF committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    d10f519 View commit details
    Browse the repository at this point in the history
  2. Added test file for testing the behavior of 'MySQL_Session::status_fl…

    …ag' to the different operations should modify it
    JavierJF committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    996060b View commit details
    Browse the repository at this point in the history
  3. Removed 'sql_log_bin0' from 'conn.status' because it's a session vari…

    …able and added 'compression'
    JavierJF committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    9eda5a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f95848 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2aef129 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

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