diff options
author | guilhem@mysql.com <> | 2003-03-02 00:45:19 +0100 |
---|---|---|
committer | guilhem@mysql.com <> | 2003-03-02 00:45:19 +0100 |
commit | e66992aef5ada564c0711217fba44b028c39fcc0 (patch) | |
tree | 2b917e39065b2f83f61f0f7eefb311cf44dac51b /sql/slave.h | |
parent | 10735252ee67c53eeb0a448a117ad8ecffbea2cb (diff) | |
download | mariadb-git-e66992aef5ada564c0711217fba44b028c39fcc0.tar.gz |
Replication: 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.h | 1 |
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; |