39
39
int stop_slave(THD* thd, Master_info* mi, bool net_report);
40
40
bool change_master(THD* thd, Master_info* mi);
41
41
bool mysql_show_binlog_events(THD* thd);
44
44
int reset_slave(THD *thd, Master_info* mi);
45
45
int reset_master(THD* thd);
46
46
bool purge_master_logs(THD* thd, const char* to_log);