You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per #433, terminate the server while the client is executing a MySQL statement (e.g., DO SLEEP(10);). A SocketException is thrown (An established connection was aborted by the software in your host machine). The raw SocketException shouldn't be thrown; it should be wrapped in a MySqlException.
The text was updated successfully, but these errors were encountered:
As per #433, terminate the server while the client is executing a MySQL statement (e.g.,
DO SLEEP(10);
). ASocketException
is thrown (An established connection was aborted by the software in your host machine
). The rawSocketException
shouldn't be thrown; it should be wrapped in aMySqlException
.The text was updated successfully, but these errors were encountered: