mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-30 07:23:07 +03:00
error parameter to nbo calls and m_undefined for toi_mode
toi_mode is set only when actually inside phase one and two. In between it goes back to m_undefined.
This commit is contained in:
committed by
Teemu Ollakka
parent
0b12869715
commit
5298d2340e
@ -98,7 +98,8 @@ int wsrep::mock_high_priority_service::apply_toi(const wsrep::ws_meta&,
|
||||
|
||||
int wsrep::mock_high_priority_service::apply_nbo_begin(
|
||||
const wsrep::ws_meta& ws_meta,
|
||||
const wsrep::const_buffer&)
|
||||
const wsrep::const_buffer&,
|
||||
wsrep::mutable_buffer&)
|
||||
{
|
||||
const int nbo_begin_flags(wsrep::provider::flag::isolation |
|
||||
wsrep::provider::flag::start_transaction);
|
||||
|
Reference in New Issue
Block a user