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:
parent
7dd498f0b9
commit
37a2c8cecf
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user