Skip to content

my_myql: Handle deadlocks in mysql_stmt_execute #162

Closed
wants to merge 1 commit into from

Commits on Aug 26, 2024

  1. 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 26, 2024
    Configuration menu
    Copy the full SHA
    10cf0be View commit details
    Browse the repository at this point in the history