From 6b456c5346a3d2f3f5f361c17a7d48f770e969b2 Mon Sep 17 00:00:00 2001 From: MassimilianoPinto Date: Mon, 24 Aug 2015 10:49:00 +0200 Subject: [PATCH] Removed duplicated statements Removed duplicated statements --- server/modules/routing/binlog/blr_master.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/server/modules/routing/binlog/blr_master.c b/server/modules/routing/binlog/blr_master.c index dfb7f5108..f063b4fbd 100644 --- a/server/modules/routing/binlog/blr_master.c +++ b/server/modules/routing/binlog/blr_master.c @@ -1036,9 +1036,6 @@ int n_bufs = -1, pn_bufs = -1; } } - router->stats.n_binlogs++; - router->stats.n_binlogs_ses++; - router->lastEventReceived = hdr.event_type; router->lastEventTimestamp = hdr.timestamp;