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.
2 parents 2d35144 + 0e1d64c commit 25c42c7Copy full SHA for 25c42c7
lib/mysql2/error.rb
@@ -24,6 +24,7 @@ class Error < StandardError
24
1159 => ConnectionError, # ER_NET_READ_INTERRUPTED
25
1160 => ConnectionError, # ER_NET_ERROR_ON_WRITE
26
1161 => ConnectionError, # ER_NET_WRITE_INTERRUPTED
27
+ 1927 => ConnectionError, # ER_CONNECTION_KILLED
28
29
2001 => ConnectionError, # CR_SOCKET_CREATE_ERROR
30
2002 => ConnectionError, # CR_CONNECTION_ERROR
0 commit comments