From 37a2c8cecff7e15875f8b5f266b7eb4cb000e143 Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Tue, 1 Nov 2016 10:28:15 +0200 Subject: [PATCH] Use new function name in blr_slave The blr_file_use_binlog function no longer exists and blr_file_append should be used instead. --- server/modules/routing/binlog/blr_slave.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/modules/routing/binlog/blr_slave.c b/server/modules/routing/binlog/blr_slave.c index b109acaf5..64616c674 100644 --- a/server/modules/routing/binlog/blr_slave.c +++ b/server/modules/routing/binlog/blr_slave.c @@ -3473,7 +3473,7 @@ blr_start_slave(ROUTER_INSTANCE* router, ROUTER_SLAVE* slave) * if no pending transaction is detected. * use the existing one. */ - blr_file_use_binlog(router, router->binlog_name); + blr_file_append(router, router->binlog_name); } /* Start the replication from Master server */