mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
fixed --skip-slave-thread bug
added PURGE MASTER LOGS TO and SHOW MASTER LOGS fixed the output of SHOW MASTER STATUS updated docs
This commit is contained in:
@@ -14,7 +14,10 @@ int stop_slave(THD* thd = 0, bool net_report = 1);
|
||||
int change_master(THD* thd);
|
||||
void reset_slave();
|
||||
void reset_master();
|
||||
|
||||
int purge_master_logs(THD* thd, const char* to_log);
|
||||
bool log_in_use(const char* log_name);
|
||||
void adjust_linfo_offsets(my_off_t purge_offset);
|
||||
int show_binlogs(THD* thd);
|
||||
extern int init_master_info(MASTER_INFO* mi);
|
||||
void kill_zombie_dump_threads(uint32 slave_server_id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user