Merge branch '2.0' into develop-2.0-merge
This commit is contained in:
@ -1230,7 +1230,14 @@ blr_handle_binlog_record(ROUTER_INSTANCE *router, GWBUF *pkt)
|
||||
}
|
||||
else
|
||||
{
|
||||
/* Terminate replication and exit from main loop */
|
||||
blr_terminate_master_replication(router, ptr, len);
|
||||
|
||||
gwbuf_free(pkt);
|
||||
pkt = NULL;
|
||||
pkt_length = 0;
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
if (hdr.ok == 0)
|
||||
|
Reference in New Issue
Block a user