mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-30 07:23:07 +03:00
Fixed after_statement() call to replay if the state was changed
to s_must_replay in rollback() called from after_statement().
This commit is contained in:
@ -541,7 +541,7 @@ namespace trrep
|
||||
}
|
||||
~client_toi_mode()
|
||||
{
|
||||
assert(client_.mode == trrep::client_context::m_toi);
|
||||
assert(client_.mode() == trrep::client_context::m_toi);
|
||||
client_.mode_ = orig_mode_;
|
||||
}
|
||||
private:
|
||||
|
Reference in New Issue
Block a user