Fixed session creation failure messages using the wrong packet number when an SSL connection was made.

This commit is contained in:
Markus Makela 2015-06-02 06:42:41 +03:00
parent 6e01757455
commit 08e0a31826

View File

@ -975,7 +975,7 @@ int gw_read_client_event(
/** Send ERR 1045 to client */
mysql_send_auth_error(
dcb,
2,
3,
0,
"failed to create new session");