mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Pass transaction id instead of client id to storage service append_fragment()
This commit is contained in:
@ -21,7 +21,7 @@ class mock_server_state;
|
||||
int start_transaction() WSREP_OVERRIDE;
|
||||
|
||||
int append_fragment(const wsrep::id&,
|
||||
wsrep::client_id,
|
||||
wsrep::transaction_id,
|
||||
int,
|
||||
const wsrep::const_buffer&)
|
||||
WSREP_OVERRIDE
|
||||
|
Reference in New Issue
Block a user