mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Replay prepared transactions found BFed after prepare
Handle the case were prepare is bf aborted after it has replicated a fragment, and before the command finishes in after_command_before_result() and after_command_after_result() hooks.
This commit is contained in:
@ -194,6 +194,8 @@ namespace wsrep
|
||||
|
||||
int after_statement();
|
||||
|
||||
void after_command_must_abort(wsrep::unique_lock<wsrep::mutex>&);
|
||||
|
||||
void after_applying();
|
||||
|
||||
bool bf_abort(wsrep::unique_lock<wsrep::mutex>& lock,
|
||||
@ -251,6 +253,8 @@ namespace wsrep
|
||||
int release_commit_order(wsrep::unique_lock<wsrep::mutex>&);
|
||||
void streaming_rollback(wsrep::unique_lock<wsrep::mutex>&);
|
||||
int replay(wsrep::unique_lock<wsrep::mutex>&);
|
||||
void xa_replay_common(wsrep::unique_lock<wsrep::mutex>&);
|
||||
int xa_replay_commit(wsrep::unique_lock<wsrep::mutex>&);
|
||||
void cleanup();
|
||||
void debug_log_state(const char*) const;
|
||||
void debug_log_key_append(const wsrep::key& key) const;
|
||||
|
Reference in New Issue
Block a user