Skip to content

Commit

Permalink
[11.x] Update DetectsLostConnections trait (#53966)
Browse files Browse the repository at this point in the history
* add "SQLSTATE[HY000] [2002] Operation in progress" (for MariaDB 10.1.40)
  • Loading branch information
holgerk authored Dec 18, 2024
1 parent f3ed42a commit 6f767a2
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 @@ -71,6 +71,7 @@ protected function causedByLostConnection(Throwable $e)
'SQLSTATE[HY000] [2002] The requested address is not valid in its context',
'SQLSTATE[HY000] [2002] A socket operation was attempted to an unreachable network',
'SQLSTATE[HY000] [2002] Operation now in progress',
'SQLSTATE[HY000] [2002] Operation in progress',
'SQLSTATE[HY000]: General error: 3989',
'went away',
'No such file or directory',
Expand Down

0 comments on commit 6f767a2

Please sign in to comment.