diff --git a/server/modules/routing/binlogrouter/blr_file.c b/server/modules/routing/binlogrouter/blr_file.c index 9fc9035d0..fb0865800 100644 --- a/server/modules/routing/binlogrouter/blr_file.c +++ b/server/modules/routing/binlogrouter/blr_file.c @@ -2848,8 +2848,6 @@ blr_read_events_all_events(ROUTER_INSTANCE *router, /* Update Last Seen MariaDB GTID */ strcpy(router->last_mariadb_gtid, router->pending_transaction.gtid); - /* Save MariaDB 10 GTID */ - blr_save_mariadb_gtid(router); } total_events += transaction_events;