Add missing initialization of MySQLProtocol::collect_result
The variable was not initialized.
This commit is contained in:
parent
f3b0245c0b
commit
ca0b9de421
@ -70,6 +70,7 @@ MySQLProtocol* mysql_protocol_init(DCB* dcb, int fd)
|
||||
p->stored_query = NULL;
|
||||
p->extra_capabilities = 0;
|
||||
p->ignore_replies = 0;
|
||||
p->collect_result = false;
|
||||
#if defined(SS_DEBUG)
|
||||
p->protocol_chk_top = CHK_NUM_PROTOCOL;
|
||||
p->protocol_chk_tail = CHK_NUM_PROTOCOL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user