mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MDEV-7145: Delayed replication, cleanup some code
The original MySQL patch left some refactoring todo's, possibly because of known conflicts with other parallel development (like info-repository feature perhaps). This patch fixes those todos/refactorings. Signed-off-by: Kristian Nielsen <knielsen@knielsen-hq.org>
This commit is contained in:
@@ -647,7 +647,7 @@ file '%s')", fname);
|
||||
(ulong) mi->master_log_pos));
|
||||
|
||||
mi->rli.mi= mi;
|
||||
if (init_relay_log_info(&mi->rli, slave_info_fname))
|
||||
if (mi->rli.init(slave_info_fname))
|
||||
goto err;
|
||||
|
||||
mi->inited = 1;
|
||||
|
Reference in New Issue
Block a user