Use new function name in blr_slave

The blr_file_use_binlog function no longer exists and blr_file_append
should be used instead.
This commit is contained in:
Markus Makela 2016-11-01 10:28:15 +02:00
parent 7dd498f0b9
commit 37a2c8cecf

View File

@ -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 */