Fixed session creation failure messages using the wrong packet number when an SSL connection was made.
This commit is contained in:
@ -975,7 +975,7 @@ int gw_read_client_event(
|
|||||||
/** Send ERR 1045 to client */
|
/** Send ERR 1045 to client */
|
||||||
mysql_send_auth_error(
|
mysql_send_auth_error(
|
||||||
dcb,
|
dcb,
|
||||||
2,
|
3,
|
||||||
0,
|
0,
|
||||||
"failed to create new session");
|
"failed to create new session");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user