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.cc | |
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.cc')
-rw-r--r-- | sql/wsrep_storage_service.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/wsrep_storage_service.cc b/sql/wsrep_storage_service.cc index 6dfe3eee448..2ad817fe25a 100644 --- a/sql/wsrep_storage_service.cc +++ b/sql/wsrep_storage_service.cc @@ -100,7 +100,8 @@ void Wsrep_storage_service::adopt_transaction(const wsrep::transaction& transact int Wsrep_storage_service::append_fragment(const wsrep::id& server_id, wsrep::transaction_id transaction_id, int flags, - const wsrep::const_buffer& data) + const wsrep::const_buffer& data, + const wsrep::xid& xid WSREP_UNUSED) { DBUG_ENTER("Wsrep_storage_service::append_fragment"); DBUG_ASSERT(m_thd == current_thd); |