summaryrefslogtreecommitdiff
path: root/sql/slave.h
diff options
context:
space:
mode:
authorguilhem@mysql.com <>2003-06-12 16:20:31 +0200
committerguilhem@mysql.com <>2003-06-12 16:20:31 +0200
commitcd365237843a477f73c8d25bd0bf3e44d8eacadf (patch)
tree7942fa501ab2c859b21c411c71026de02023086b /sql/slave.h
parent4b2fa4ea221b030efceda638b530ee0029169710 (diff)
downloadmariadb-git-cd365237843a477f73c8d25bd0bf3e44d8eacadf.tar.gz
See each file's changeset for details.
- Comments for future devs. - Start_log_event::exec_event() : when we hit it, do a rollback. - We don't need LOG_EVENT_FORCED_ROTATE_F. - Stop_log_event::exec_event() : when we hit it, we needn't clean anything. - Removed LOG_EVENT_TIME_F and LOG_EVENT_FORCED_ROTATE_F. - We don't need Stop events in the relay log. - Now filtering of server id is done in the I/O thread first.
Diffstat (limited to 'sql/slave.h')
-rw-r--r--sql/slave.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/slave.h b/sql/slave.h
index 1d00df67b22..429456eb0bb 100644
--- a/sql/slave.h
+++ b/sql/slave.h
@@ -308,8 +308,6 @@ typedef struct st_master_info
bool old_format; /* master binlog is in 3.23 format */
volatile bool abort_slave, slave_running;
volatile ulong slave_run_id;
- bool ignore_stop_event;
-
st_master_info()
:fd(-1), io_thd(0), inited(0), old_format(0),abort_slave(0),