sql/slave_stats_daemon.h (7 lines of code) (raw):

#ifdef HAVE_REPLICATION #ifndef SLAVE_STATS_DAEMON_H #define SLAVE_STATS_DAEMON_H extern bool start_handle_slave_stats_daemon(); extern void stop_handle_slave_stats_daemon(); #endif #endif