MXS-3106: Always write the final COM_QUIT
This seems to help with a regression that was introduced in 2.4.11.
This commit is contained in:
@ -64,7 +64,6 @@ MySQLProtocol* mysql_protocol_init(DCB* dcb, int fd)
|
||||
p->num_eof_packets = 0;
|
||||
p->large_query = false;
|
||||
p->track_state = false;
|
||||
p->send_com_quit = true;
|
||||
/*< Assign fd with protocol */
|
||||
p->fd = fd;
|
||||
p->owner_dcb = dcb;
|
||||
|
Reference in New Issue
Block a user