summaryrefslogtreecommitdiff
path: root/sql/slave.h
diff options
context:
space:
mode:
authorunknown <jani@hynda.(none)>2002-05-29 15:29:42 +0300
committerunknown <jani@hynda.(none)>2002-05-29 15:29:42 +0300
commitb7529249294f20f1b966ea48e46c8e907bae007d (patch)
treeb51af2afa63530b36c64f36f3c66b4797092def5 /sql/slave.h
parent75d312bc1fb3aad87dc36610bf2fc65131ee227f (diff)
downloadmariadb-git-b7529249294f20f1b966ea48e46c8e907bae007d.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/slave.h')
-rw-r--r--sql/slave.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/slave.h b/sql/slave.h
index 34df17f2851..16735891815 100644
--- a/sql/slave.h
+++ b/sql/slave.h
@@ -415,9 +415,7 @@ extern bool do_table_inited, ignore_table_inited,
wild_do_table_inited, wild_ignore_table_inited;
extern bool table_rules_on;
-#ifndef DBUG_OFF
extern int disconnect_slave_event_count, abort_slave_event_count ;
-#endif
// the master variables are defaults read from my.cnf or command line
extern uint master_port, master_connect_retry, report_port;