mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-30 07:23:07 +03:00
* Don't set ordering meta data for replaying transaction
* Renamed transaction prepare_for_fragment_ordering() to prepare_for_ordering()
This commit is contained in:
@ -87,9 +87,9 @@ namespace wsrep
|
||||
int start_transaction(const wsrep::ws_handle& ws_handle,
|
||||
const wsrep::ws_meta& ws_meta);
|
||||
|
||||
int prepare_for_fragment_ordering(const wsrep::ws_handle& ws_handle,
|
||||
const wsrep::ws_meta& ws_meta,
|
||||
bool is_commit);
|
||||
int prepare_for_ordering(const wsrep::ws_handle& ws_handle,
|
||||
const wsrep::ws_meta& ws_meta,
|
||||
bool is_commit);
|
||||
|
||||
int start_replaying(const wsrep::ws_meta&);
|
||||
|
||||
|
Reference in New Issue
Block a user