Skip to content

Next #164

Merged
merged 3 commits into from
Aug 27, 2024
Merged

Next #164

merged 3 commits into from
Aug 27, 2024

Commits on Aug 27, 2024

  1. fixup! mxqkill: Use cancel_group

    With the new logic, the normal program flow runs until the end of
    main(). Unfortunately, there is a `return(1);` at the end. Remove that.
    donald committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    a4b1099 View commit details
    Browse the repository at this point in the history
  2. my_myql: Handle deadlocks in mysql_stmt_execute

    We've seen deadlocks when mxqkill races with job completion.
    
    Handle deadlocks errors in mysql_stmt_execute. This is possible, because
    we don't start multi-statement transactions.
    donald committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    cab3fe9 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix-mysql-deadlock' into next

    * fix-mysql-deadlock:
      my_myql: Handle deadlocks in mysql_stmt_execute
    donald committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    2f63c50 View commit details
    Browse the repository at this point in the history