mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-11-01 17:51:06 +03:00
Pass transaction id instead of client id to storage service append_fragment()
This commit is contained in:
@@ -194,6 +194,7 @@ int wsrep::client_state::after_statement()
|
||||
// wsrep::unique_lock<wsrep::mutex> lock(mutex_);
|
||||
debug_log_state("after_statement: enter");
|
||||
assert(state() == s_exec);
|
||||
assert(mode() == m_local);
|
||||
#if 0
|
||||
/**
|
||||
* @todo Check for replay state, do rollback if requested.
|
||||
|
||||
Reference in New Issue
Block a user