mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Provided methods to clone subset of transaction state for replay.
This commit is contained in:
@ -168,6 +168,11 @@ namespace wsrep
|
||||
wsrep::seqno bf_seqno);
|
||||
bool total_order_bf_abort(wsrep::unique_lock<wsrep::mutex>&,
|
||||
wsrep::seqno bf_seqno);
|
||||
|
||||
void clone_for_replay(const wsrep::transaction& other);
|
||||
|
||||
void after_replay(const wsrep::transaction& other);
|
||||
|
||||
bool bf_aborted() const
|
||||
{
|
||||
return (bf_abort_client_state_ != 0);
|
||||
|
Reference in New Issue
Block a user