From a25aed33d99463413c0b8e501afc70eeb96efe15 Mon Sep 17 00:00:00 2001 From: "sasha@laptop.slkc.uswest.net" <> Date: Sat, 11 Nov 2000 14:50:39 -0700 Subject: laptop commit, syncing with the repostitory. Fixed some bad bugs in replication --- sql/sql_repl.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sql/sql_repl.h') diff --git a/sql/sql_repl.h b/sql/sql_repl.h index a0b60497773..240efb81fe4 100644 --- a/sql/sql_repl.h +++ b/sql/sql_repl.h @@ -1,11 +1,9 @@ #ifndef SQL_REPL_H #define SQL_REPL_H -extern bool slave_running; -extern volatile bool abort_slave; +#include "slave.h" + extern char* master_host; -extern pthread_t slave_real_id; -extern MASTER_INFO glob_mi; extern my_string opt_bin_logname, master_info_file; extern I_List binlog_do_db, binlog_ignore_db; -- cgit v1.2.1