mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
updates for LOAD DATA FROM MASTER + some cleanup of replication code
This commit is contained in:
@@ -14,6 +14,8 @@ File open_binlog(IO_CACHE *log, const char *log_file_name,
|
||||
|
||||
int start_slave(THD* thd = 0, bool net_report = 1);
|
||||
int stop_slave(THD* thd = 0, bool net_report = 1);
|
||||
int load_master_data(THD* thd);
|
||||
int connect_to_master(THD *thd, MYSQL* mysql, MASTER_INFO* mi);
|
||||
int change_master(THD* thd);
|
||||
void reset_slave();
|
||||
void reset_master();
|
||||
|
||||
Reference in New Issue
Block a user