1
0
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:
Teemu Ollakka
2018-05-31 10:59:15 +03:00
parent 646a2b328e
commit 2f46758064
3 changed files with 17 additions and 10 deletions

View File

@ -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: