diff options
Diffstat (limited to 'sql/repl_failsafe.h')
-rw-r--r-- | sql/repl_failsafe.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sql/repl_failsafe.h b/sql/repl_failsafe.h index 967d81bcf0d..7f81b98303e 100644 --- a/sql/repl_failsafe.h +++ b/sql/repl_failsafe.h @@ -22,6 +22,7 @@ #include <my_sys.h> #include "slave.h" +extern Atomic_counter<uint32_t> binlog_dump_thread_count; typedef enum {RPL_AUTH_MASTER=0,RPL_IDLE_SLAVE,RPL_ACTIVE_SLAVE, RPL_LOST_SOLDIER,RPL_TROOP_SOLDIER, RPL_RECOVERY_CAPTAIN,RPL_NULL /* inactive */, @@ -36,13 +37,7 @@ extern const char* rpl_role_type[], *rpl_status_type[]; void change_rpl_status(ulong from_status, ulong to_status); int find_recovery_captain(THD* thd, MYSQL* mysql); -extern HASH slave_list; - bool show_slave_hosts(THD* thd); -void init_slave_list(); -void end_slave_list(); -int register_slave(THD* thd, uchar* packet, size_t packet_length); -void unregister_slave(THD* thd, bool only_mine, bool need_mutex); #endif /* HAVE_REPLICATION */ #endif /* REPL_FAILSAFE_INCLUDED */ |