diff options
author | Daniele Sciascia <daniele.sciascia@galeracluster.com> | 2019-10-30 09:45:22 +0100 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2019-10-30 10:45:22 +0200 |
commit | f4ba775914d9d997d3a0116a05d09f1a34c28707 (patch) | |
tree | 4cd6a3c05f710cf783f5ec982bf97768f6949596 /sql/wsrep_storage_service.h | |
parent | 576c96a9385f20cf4b6fe685e079dcf8026c3a24 (diff) | |
download | mariadb-git-f4ba775914d9d997d3a0116a05d09f1a34c28707.tar.gz |
MDEV-17099 Preliminary changes for Galera XA support (#1404)
Redo changes reverted in commit
8f46e3833c7acb3ec3e4c7b389ae8cdd98eff1ce, this time without build
issues in wsrep-lib.
Diffstat (limited to 'sql/wsrep_storage_service.h')
-rw-r--r-- | sql/wsrep_storage_service.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/wsrep_storage_service.h b/sql/wsrep_storage_service.h index 6208300930f..f39543a89bc 100644 --- a/sql/wsrep_storage_service.h +++ b/sql/wsrep_storage_service.h @@ -33,7 +33,8 @@ public: int append_fragment(const wsrep::id&, wsrep::transaction_id, int flags, - const wsrep::const_buffer&); + const wsrep::const_buffer&, + const wsrep::xid&); int update_fragment_meta(const wsrep::ws_meta&); int remove_fragments(); int commit(const wsrep::ws_handle&, const wsrep::ws_meta&); |