We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cdcee4 commit d5ca717Copy full SHA for d5ca717
src/Illuminate/Database/ConcurrencyErrorDetector.php
@@ -33,6 +33,7 @@ public function causedByConcurrencyError(Throwable $e): bool
33
'has been chosen as the deadlock victim',
34
'Lock wait timeout exceeded; try restarting transaction',
35
'WSREP detected deadlock/conflict and aborted the transaction. Try restarting the transaction',
36
+ 'Record has changed since last read in table',
37
]);
38
}
39
0 commit comments