Skip to content

Commit e251c35

Browse files
committed
Merge remote-tracking branch 'origin/MW-388' into MW-388-5.7
2 parents 65b6a71 + 58e8fd5 commit e251c35

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sql/sql_parse.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5580,8 +5580,6 @@ case SQLCOM_PREPARE:
55805580
trans_rollback_stmt(thd);
55815581
#ifdef WITH_WSREP
55825582
else if (thd->sp_runtime_ctx &&
5583-
!thd->is_error() &&
5584-
!thd->in_multi_stmt_transaction_mode() &&
55855583
(thd->wsrep_conflict_state == MUST_ABORT ||
55865584
thd->wsrep_conflict_state == CERT_FAILURE))
55875585
{

0 commit comments

Comments
 (0)