diff --git a/server/modules/routing/binlog/blr_master.c b/server/modules/routing/binlog/blr_master.c index 351f30336..0a80a4d54 100644 --- a/server/modules/routing/binlog/blr_master.c +++ b/server/modules/routing/binlog/blr_master.c @@ -950,7 +950,7 @@ int n_bufs = -1, pn_bufs = -1; return; } } - router->stats.n_binlogs++; + router->lastEventReceived = hdr.event_type; router->lastEventTimestamp = hdr.timestamp;