MW-388 Remove unnecessary conditions

This commit is contained in:
Daniele Sciascia 2017-07-21 10:56:25 +02:00 committed by Jan Lindström
parent 958ad5a880
commit b79407c5e9

View file

@ -5622,8 +5622,6 @@ finish:
trans_rollback_stmt(thd);
#ifdef WITH_WSREP
else if (thd->spcont &&
!thd->is_error() &&
!thd->in_multi_stmt_transaction_mode() &&
(thd->wsrep_conflict_state == MUST_ABORT ||
thd->wsrep_conflict_state == CERT_FAILURE))
{