Skip to content

Commit d5ca717

Browse files
authored
Handle MariaDB innodb_snapshot_isolation=ON (#56945)
Fixes #56944
1 parent 1cdcee4 commit d5ca717

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Database/ConcurrencyErrorDetector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public function causedByConcurrencyError(Throwable $e): bool
3333
'has been chosen as the deadlock victim',
3434
'Lock wait timeout exceeded; try restarting transaction',
3535
'WSREP detected deadlock/conflict and aborted the transaction. Try restarting the transaction',
36+
'Record has changed since last read in table',
3637
]);
3738
}
3839
}

0 commit comments

Comments
 (0)