summaryrefslogtreecommitdiff
path: root/sql/rpl_rli.h
diff options
context:
space:
mode:
authorLuis Soares <luis.soares@oracle.com>2012-03-12 21:58:00 +0000
committerLuis Soares <luis.soares@oracle.com>2012-03-12 21:58:00 +0000
commitc41a6fec10d043a85a2e5882cc8c259aee867f07 (patch)
tree972e171c4af63daf696d05db3d3e930930f10d93 /sql/rpl_rli.h
parentda4418977d6686a1a50d6d14a013abb5564f3814 (diff)
parent5360c4e5bcb29d90c36c775a5f874fefaa4a671b (diff)
downloadmariadb-git-c41a6fec10d043a85a2e5882cc8c259aee867f07.tar.gz
BUG#12400313
Automerge with mysql-5.1.
Diffstat (limited to 'sql/rpl_rli.h')
-rw-r--r--sql/rpl_rli.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/rpl_rli.h b/sql/rpl_rli.h
index 113fb04ce00..f49be72db46 100644
--- a/sql/rpl_rli.h
+++ b/sql/rpl_rli.h
@@ -190,6 +190,13 @@ public:
bool ignore_log_space_limit;
/*
+ Used by the SQL thread to instructs the IO thread to rotate
+ the logs when the SQL thread needs to purge to release some
+ disk space.
+ */
+ bool sql_force_rotate_relay;
+
+ /*
When it commits, InnoDB internally stores the master log position it has
processed so far; the position to store is the one of the end of the
committing event (the COMMIT query event, or the event if in autocommit