diff options
author | unknown <rafal@quant.(none)> | 2007-03-02 10:35:04 +0100 |
---|---|---|
committer | unknown <rafal@quant.(none)> | 2007-03-02 10:35:04 +0100 |
commit | 4268313e50e8ebe69e1baaef4d84f54c2764dfb1 (patch) | |
tree | 7582c60716a83aa7c63a94481bb0f5595179aa8a /sql/slave.cc | |
parent | 0b0abf2b66108ea40c59c2f3b2b7a54e239a1b5a (diff) | |
download | mariadb-git-4268313e50e8ebe69e1baaef4d84f54c2764dfb1.tar.gz |
Removing global events_till_disconnect variable as it is replaced by a member of
master info structure.
Diffstat (limited to 'sql/slave.cc')
-rw-r--r-- | sql/slave.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/slave.cc b/sql/slave.cc index ea8e9e404d4..6f62f74647a 100644 --- a/sql/slave.cc +++ b/sql/slave.cc @@ -54,9 +54,6 @@ ulonglong relay_log_space_limit = 0; int disconnect_slave_event_count = 0, abort_slave_event_count = 0; int events_till_abort = -1; -#ifndef DBUG_OFF -static int events_till_disconnect = -1; -#endif typedef enum { SLAVE_THD_IO, SLAVE_THD_SQL} SLAVE_THD_TYPE; |