mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
MW-388 Remove unnecessary conditions
This commit is contained in:
parent
958ad5a880
commit
b79407c5e9
1 changed files with 0 additions and 2 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue