Added missing condition to else clause
This fixes all packets being considered as large packets.
This commit is contained in:
parent
ae33df3cbc
commit
d2b4713d27
@ -976,7 +976,7 @@ uint32_t partialpos = 0;
|
||||
|
||||
break;
|
||||
}
|
||||
else
|
||||
else if ((hdr.event_size + 1) >= MYSQL_PACKET_LENGTH_MAX)
|
||||
{
|
||||
MXS_INFO("Transmission of event > 16MB");
|
||||
router->master_event_state = BLR_EVENT_STARTED;
|
||||
|
Loading…
x
Reference in New Issue
Block a user