Added checks that the query was cloned in clientReply before waiting for a reply.
This commit is contained in:
@ -2130,7 +2130,7 @@ dcb_null_write(DCB *dcb, GWBUF *buf)
|
||||
buf = gwbuf_consume(buf, GWBUF_LENGTH(buf));
|
||||
}
|
||||
|
||||
dcb->flags |= DCBF_REPLIED;
|
||||
dcb->flags |= DCBF_REPLIED;
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user