diff options
author | unknown <jani@hynda.(none)> | 2002-05-29 15:29:42 +0300 |
---|---|---|
committer | unknown <jani@hynda.(none)> | 2002-05-29 15:29:42 +0300 |
commit | d9d8b4642d185d317309d8371aa92fc3c4355d50 (patch) | |
tree | b51af2afa63530b36c64f36f3c66b4797092def5 /sql/sql_repl.h | |
parent | a19a2d95bfa6c006da364110603122c1f4d8290e (diff) | |
download | mariadb-git-d9d8b4642d185d317309d8371aa92fc3c4355d50.tar.gz |
Fixed a bug.
sql/slave.h:
Fixed a bug in option handling.
sql/sql_repl.h:
Fixed a bug in option handling.
Diffstat (limited to 'sql/sql_repl.h')
-rw-r--r-- | sql/sql_repl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sql_repl.h b/sql/sql_repl.h index 360fd50a1e3..b15c72a0bde 100644 --- a/sql/sql_repl.h +++ b/sql/sql_repl.h @@ -21,10 +21,8 @@ extern uint32 server_id; extern bool server_id_supplied; extern I_List<i_string> binlog_do_db, binlog_ignore_db; -#ifndef DBUG_OFF extern int max_binlog_dump_events; extern bool opt_sporadic_binlog_dump_fail; -#endif #define KICK_SLAVE(thd) thd->awake(0 /* do not prepare to die*/); |