1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-24 10:42:31 +03:00

Set state to s_must_abort when cert results conn failed.

This commit is contained in:
Teemu Ollakka
2018-07-04 16:12:58 +03:00
parent a7f8728c12
commit 2668d85ebf

View File

@ -939,6 +939,7 @@ int wsrep::transaction::certify_commit(
else
{
client_state_.override_error(wsrep::e_error_during_commit);
state(lock, s_must_abort);
}
break;
case wsrep::provider::error_provider_failed: