Added missing condition to else clause
This fixes all packets being considered as large packets.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user