mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
many warnings (practically safe but annoying) corrected
This commit is contained in:
@ -500,7 +500,7 @@ typedef struct st_table_rule_ent
|
||||
|
||||
int init_slave();
|
||||
void init_slave_skip_errors(const char* arg);
|
||||
bool flush_master_info(MASTER_INFO* mi, bool flush_relay_log_cache);
|
||||
int flush_master_info(MASTER_INFO* mi, bool flush_relay_log_cache);
|
||||
bool flush_relay_log_info(RELAY_LOG_INFO* rli);
|
||||
int register_slave_on_master(MYSQL* mysql);
|
||||
int terminate_slave_threads(MASTER_INFO* mi, int thread_mask,
|
||||
|
Reference in New Issue
Block a user