Mysql_backend now only sends complete packets from the backend servers.
This commit is contained in:
@ -336,6 +336,8 @@ gwbuf_append(GWBUF *head, GWBUF *tail)
|
||||
{
|
||||
if (!head)
|
||||
return tail;
|
||||
if(!tail)
|
||||
return head;
|
||||
CHK_GWBUF(head);
|
||||
head->tail->next = tail;
|
||||
head->tail = tail->tail;
|
||||
|
Reference in New Issue
Block a user