summaryrefslogtreecommitdiff
path: root/sql/slave.h
diff options
context:
space:
mode:
authorguilhem@mysql.com <>2003-03-02 00:45:19 +0100
committerguilhem@mysql.com <>2003-03-02 00:45:19 +0100
commite66992aef5ada564c0711217fba44b028c39fcc0 (patch)
tree2b917e39065b2f83f61f0f7eefb311cf44dac51b /sql/slave.h
parent10735252ee67c53eeb0a448a117ad8ecffbea2cb (diff)
downloadmariadb-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.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;