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 for #57598 (ROLLBACK should be no-op...) #60338

Merged
merged 10 commits into from Mar 19, 2024

Commits on Mar 18, 2024

  1. fix for ClickHouse#57598 (ROLLBACK should be no-op...)

    Change to verify proper behaviour for ROLLBACK should be no-op when no active tranaction is running (MySQL compatibility) ClickHouse#57598
    PapaToemmsn committed Mar 18, 2024
    Copy the full SHA
    e208907 View commit details
    Browse the repository at this point in the history
  2. adjusted 01173_transaction_control_queries.sql to changed no transact…

    …ion active bahaviour
    
    Adapted transaction test queries to changed beahviour
    PapaToemmsn committed Mar 18, 2024
    Copy the full SHA
    c68fd07 View commit details
    Browse the repository at this point in the history
  3. Reveted 01173_transaction_control_queries.sql back to original state

    As changes in Txn handling for COMMIT and ROLLBACK should only be honoured for MySQL client mode the test was reverted back
    PapaToemmsn committed Mar 18, 2024
    Copy the full SHA
    6eafc21 View commit details
    Browse the repository at this point in the history
  4. COMMIT/ROLLBACK with no active transaction do not throw an exception …

    …for MySQL clients anymore
    PapaToemmsn committed Mar 18, 2024
    Copy the full SHA
    723f860 View commit details
    Browse the repository at this point in the history
  5. COMMIT/ROLLBACK with no active transaction do not throw an exception …

    …for MySQL clients anymore
    PapaToemmsn committed Mar 18, 2024
    Copy the full SHA
    36e5300 View commit details
    Browse the repository at this point in the history
  6. COMMIT/ROLLBACK with no active transaction do not throw an exception …

    …for MySQL clients anymore
    PapaToemmsn committed Mar 18, 2024
    Copy the full SHA
    da3cb02 View commit details
    Browse the repository at this point in the history
  7. fix style check errors

    PapaToemmsn committed Mar 18, 2024
    Copy the full SHA
    364fe95 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    4f9702a View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    46a43fe View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    fbc8a19 View commit details
    Browse the repository at this point in the history