Fixed wrong packet sequence number causing a disconnect from the client.
This commit is contained in:
@ -966,7 +966,7 @@ int gw_read_client_event(
|
|||||||
* Send an AUTH_OK packet to the client,
|
* Send an AUTH_OK packet to the client,
|
||||||
* packet sequence is # 2
|
* packet sequence is # 2
|
||||||
*/
|
*/
|
||||||
mysql_send_ok(dcb, 2, 0, NULL);
|
mysql_send_ok(dcb, 3, 0, NULL);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user