mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-30 07:23:07 +03:00
codership/wsrep-lib#52 Removed client_service do_2pc()
This commit is contained in:
@ -374,7 +374,6 @@ int wsrep::transaction::before_commit()
|
||||
case wsrep::client_state::m_local:
|
||||
if (state() == s_executing)
|
||||
{
|
||||
assert(client_service_.do_2pc() == false);
|
||||
ret = before_prepare(lock) || after_prepare(lock);
|
||||
assert((ret == 0 && state() == s_committing)
|
||||
||
|
||||
|
Reference in New Issue
Block a user