Skip to content

Commit

Permalink
Merge pull request #12333 from valorin/5.1
Browse files Browse the repository at this point in the history
[5.1] Handle InnoDB Deadlocks By Re-Attempting Transactions
  • Loading branch information
GrahamCampbell committed Feb 17, 2016
2 parents 2c137d7 + 6f434a5 commit 781ecf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Database/DetectsLostConnections.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ protected function causedByLostConnection(Exception $e)
'Error while sending',
'decryption failed or bad record mac',
'SSL connection has been closed unexpectedly',
'Deadlock found when trying to get lock',
]);
}
}

0 comments on commit 781ecf2

Please sign in to comment.