summaryrefslogtreecommitdiff
path: root/sql/sql_repl.h
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2000-12-08 12:50:57 -0700
committerunknown <sasha@mysql.sashanet.com>2000-12-08 12:50:57 -0700
commit1ab28e5ea91466bd422bd9fef2973533252a04e1 (patch)
tree4344926e48c2b0783056c1ce3f3c8100349f28ce /sql/sql_repl.h
parent56c1e86d2db760a86a0e28e3769ffc5318c5f23d (diff)
downloadmariadb-git-1ab28e5ea91466bd422bd9fef2973533252a04e1.tar.gz
sql/mysqld.cc
fixed auto set of server id sql/sql_repl.cc do not allow slave to replicate if master id was not supplied sql/sql_repl.h fix for server_id sql/mysqld.cc: fixed auto set of server id sql/sql_repl.cc: do not allow slave to replicate if master id was not supplied sql/sql_repl.h: fix for server_id
Diffstat (limited to 'sql/sql_repl.h')
-rw-r--r--sql/sql_repl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_repl.h b/sql/sql_repl.h
index 240efb81fe4..f8a67f51aa2 100644
--- a/sql/sql_repl.h
+++ b/sql/sql_repl.h
@@ -5,6 +5,8 @@
extern char* master_host;
extern my_string opt_bin_logname, master_info_file;
+extern uint32 server_id;
+extern bool server_id_supplied;
extern I_List<i_string> binlog_do_db, binlog_ignore_db;
int start_slave(THD* thd = 0, bool net_report = 1);