summaryrefslogtreecommitdiff
path: root/sql/slave.h
diff options
context:
space:
mode:
authorsasha@mysql.sashanet.com <>2000-12-02 10:11:50 -0700
committersasha@mysql.sashanet.com <>2000-12-02 10:11:50 -0700
commit07b36014fc33b21ded761070f6ecda3d575545b2 (patch)
tree94e8cdffde8949a7e3a58f3e9de286a7c513553c /sql/slave.h
parent53d7c3064b23f04b04a379181e74b75ff5fc08e0 (diff)
downloadmariadb-git-07b36014fc33b21ded761070f6ecda3d575545b2.tar.gz
added loops and other cool stuff to mysqltest
fixed slave to preserve temp tables on slave stop; slave start added abort-slave-event-count option to mysqld to test the above added a test case for temp tables with a contantly aborting slave removed warning in sql_parse.cc fixed thimble.cc to compile
Diffstat (limited to 'sql/slave.h')
-rw-r--r--sql/slave.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/slave.h b/sql/slave.h
index fb559e8260c..b4fb16b4b07 100644
--- a/sql/slave.h
+++ b/sql/slave.h
@@ -95,7 +95,7 @@ extern bool do_table_inited, ignore_table_inited,
extern bool table_rules_on;
#ifndef DBUG_OFF
-extern int disconnect_slave_event_count ;
+extern int disconnect_slave_event_count, abort_slave_event_count ;
#endif
// the master variables are defaults read from my.cnf or command line