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

Fix max_transaction_time #4135

Merged
merged 8 commits into from
Mar 2, 2023
Merged

Fix max_transaction_time #4135

merged 8 commits into from
Mar 2, 2023

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    b2312c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1df86c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0aa6081 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66e7f1d View commit details
    Browse the repository at this point in the history
  5. Automatically start a transaction when running a query

    This commit also introduces 2 output for PROXYSQL INTERNAL SESSION:
    - active_transactions
    - transaction_started_at
    
    Enhanced the TAP tests to also verify the above metrics
    renecannao committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    069140f View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    bd7f890 View commit details
    Browse the repository at this point in the history
  2. More testing in test_max_transaction_time-t

    IN PROXYSQL SESSION INTERNAL replace transaction_started_at with transaction_time_ms
    renecannao committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    1902eb5 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

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