diff --git a/server/modules/routing/binlog/blr_master.c b/server/modules/routing/binlog/blr_master.c index 3ce019558..39eb9ef8e 100644 --- a/server/modules/routing/binlog/blr_master.c +++ b/server/modules/routing/binlog/blr_master.c @@ -1263,6 +1263,7 @@ int action; blr_slave_rotate(slave, ptr); } slave->stats.n_bytes += gwbuf_length(pkt); + slave->stats.n_events++; slave->dcb->func.write(slave->dcb, pkt); if (hdr->event_type != ROTATE_EVENT) {