mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Implemented SR transaction rollback.
This commit is contained in:
@ -88,6 +88,7 @@ namespace wsrep
|
||||
int start_transaction(const wsrep::ws_handle& ws_handle,
|
||||
const wsrep::ws_meta& ws_meta);
|
||||
|
||||
void adopt(const transaction& transaction);
|
||||
void fragment_applied(wsrep::seqno seqno);
|
||||
|
||||
int prepare_for_ordering(const wsrep::ws_handle& ws_handle,
|
||||
@ -155,6 +156,7 @@ namespace wsrep
|
||||
void clear_fragments();
|
||||
void cleanup();
|
||||
void debug_log_state(const char*) const;
|
||||
void debug_log_key_append(const wsrep::key& key);
|
||||
|
||||
wsrep::server_service& server_service_;
|
||||
wsrep::client_service& client_service_;
|
||||
|
Reference in New Issue
Block a user