Skip to content

Commit 6f767a2

Browse files
authored
[11.x] Update DetectsLostConnections trait (#53966)
* add "SQLSTATE[HY000] [2002] Operation in progress" (for MariaDB 10.1.40)
1 parent f3ed42a commit 6f767a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Database/DetectsLostConnections.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ protected function causedByLostConnection(Throwable $e)
7171
'SQLSTATE[HY000] [2002] The requested address is not valid in its context',
7272
'SQLSTATE[HY000] [2002] A socket operation was attempted to an unreachable network',
7373
'SQLSTATE[HY000] [2002] Operation now in progress',
74+
'SQLSTATE[HY000] [2002] Operation in progress',
7475
'SQLSTATE[HY000]: General error: 3989',
7576
'went away',
7677
'No such file or directory',

0 commit comments

Comments
 (0)