Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information