mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-17 02:41:52 +03:00
Interface changes required to store and remove fragments from high
priority context.
This commit is contained in:
@ -87,6 +87,8 @@ namespace wsrep
|
||||
int start_transaction(const wsrep::ws_handle& ws_handle,
|
||||
const wsrep::ws_meta& ws_meta);
|
||||
|
||||
void fragment_applied(wsrep::seqno seqno);
|
||||
|
||||
int prepare_for_ordering(const wsrep::ws_handle& ws_handle,
|
||||
const wsrep::ws_meta& ws_meta,
|
||||
bool is_commit);
|
||||
|
Reference in New Issue
Block a user