diff options
Diffstat (limited to 'sql/sql_repl.h')
-rw-r--r-- | sql/sql_repl.h | 2 |
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); |