summaryrefslogtreecommitdiff
path: root/sql/wsrep_mysqld.h
diff options
context:
space:
mode:
authorTeemu Ollakka <teemu.ollakka@galeracluster.com>2015-11-04 16:19:48 +0200
committerNirbhay Choubey <nirbhay@mariadb.com>2016-02-10 17:42:22 -0500
commit8a93a7c0b0436a1b863c3b3cc165dca9a690a064 (patch)
treeb72d23ddc1c17e4065d0d2db06527bf4deebf150 /sql/wsrep_mysqld.h
parent652e4c1d3333ef0649a504995e39b5c0c664c5ff (diff)
downloadmariadb-git-8a93a7c0b0436a1b863c3b3cc165dca9a690a064.tar.gz
refs codership/mysql-wsrep#226 Limit binlog recovery to found wsrep position
Limit binlog recovery so that the wsrep position found from storage engines is not exceeded. This is required to have consistent position between wsrep position stored in innodb header and recoverd binlog.
Diffstat (limited to 'sql/wsrep_mysqld.h')
-rw-r--r--sql/wsrep_mysqld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/wsrep_mysqld.h b/sql/wsrep_mysqld.h
index f109211751d..3fb5189937e 100644
--- a/sql/wsrep_mysqld.h
+++ b/sql/wsrep_mysqld.h
@@ -316,7 +316,7 @@ int wsrep_alter_event_query(THD *thd, uchar** buf, size_t* buf_len);
const wsrep_uuid_t* wsrep_cluster_uuid();
struct xid_t;
void wsrep_set_SE_checkpoint(xid_t*);
-
+void wsrep_get_SE_checkpoint(wsrep_uuid_t&, wsrep_seqno_t&);
void wsrep_xid_init(xid_t*, const wsrep_uuid_t*, wsrep_seqno_t);
const wsrep_uuid_t* wsrep_xid_uuid(const xid_t*);
wsrep_seqno_t wsrep_xid_seqno(const xid_t*);