Merge 10.1 into 10.2

This commit is contained in:
Marko Mäkelä 2019-08-13 13:33:23 +03:00
commit ed4ccf34a6

View File

@ -6018,7 +6018,7 @@ finish:
if (thd->is_error() || (thd->variables.option_bits & OPTION_MASTER_SQL_ERROR))
trans_rollback_stmt(thd);
#ifdef WITH_WSREP
if (thd->spcont &&
else if (thd->spcont &&
(thd->wsrep_conflict_state == MUST_ABORT ||
thd->wsrep_conflict_state == ABORTED ||
thd->wsrep_conflict_state == CERT_FAILURE))