Skip to content

Commit 5df09b1

Browse files
Add WSREP communication link failure for lost connection detection (#36668)
1 parent d3df83a commit 5df09b1

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
@@ -51,6 +51,7 @@ protected function causedByLostConnection(Throwable $e)
5151
'SQLSTATE[HY000]: General error: 1105 The last transaction was aborted due to Seamless Scaling. Please retry.',
5252
'Temporary failure in name resolution',
5353
'SSL: Broken pipe',
54+
'SQLSTATE[08S01]: Communication link failure',
5455
]);
5556
}
5657
}

0 commit comments

Comments
 (0)