From 799844e24389e593fa7f3c7603e035227dc5798b Mon Sep 17 00:00:00 2001 From: MassimilianoPinto Date: Mon, 24 Aug 2015 10:52:26 +0200 Subject: [PATCH] Fixed MXS-111 https://mariadb.atlassian.net/browse/MXS-111 Fixed MXS-111 https://mariadb.atlassian.net/browse/MXS-111 --- server/modules/routing/binlog/blr_master.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;