summaryrefslogtreecommitdiff
path: root/sql/slave.h
diff options
context:
space:
mode:
authorunknown <guilhem@mysql.com>2003-03-02 00:45:19 +0100
committerunknown <guilhem@mysql.com>2003-03-02 00:45:19 +0100
commit14ea63cd1bfb3b2ebc95bd93d2b6373689e45604 (patch)
tree2b917e39065b2f83f61f0f7eefb311cf44dac51b /sql/slave.h
parentf29fb98d34c06c35e7c5ba3aaa74ff4aac738dcf (diff)
downloadmariadb-git-14ea63cd1bfb3b2ebc95bd93d2b6373689e45604.tar.gz
Replication: simplification of init_relay_log_pos: always initialize,
remove variable rli->log_pos_current. sql/slave.cc: Simplification of init_relay_log_pos : always initialize, remove variable rli->log_pos_current. sql/slave.h: Simplification of init_relay_log_pos : always initialize, remove variable rli->log_pos_current.
Diffstat (limited to 'sql/slave.h')
-rw-r--r--sql/slave.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/slave.h b/sql/slave.h
index ea7e2b4ef16..fe0f0b045f3 100644
--- a/sql/slave.h
+++ b/sql/slave.h
@@ -167,7 +167,6 @@ typedef struct st_relay_log_info
/* if not set, the value of other members of the structure are undefined */
bool inited;
volatile bool abort_slave, slave_running;
- bool log_pos_current;
bool skip_log_purge;
bool inside_transaction;