mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Add a method to disable BF aborts for transaction
This commit is contained in:
@ -202,6 +202,8 @@ namespace wsrep
|
||||
wsrep::seqno bf_seqno);
|
||||
bool total_order_bf_abort(wsrep::unique_lock<wsrep::mutex>&,
|
||||
wsrep::seqno bf_seqno);
|
||||
int disable_bf_abort();
|
||||
|
||||
|
||||
void clone_for_replay(const wsrep::transaction& other);
|
||||
|
||||
|
Reference in New Issue
Block a user