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:
Markus Mäkelä
2020-08-21 08:27:34 +03:00
parent b90d42b999
commit c5b47389df
5 changed files with 11 additions and 15 deletions

View File

@ -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;