Merge 10.1 into 10.2
This commit is contained in:
commit
ed4ccf34a6
@ -6018,7 +6018,7 @@ finish:
|
|||||||
if (thd->is_error() || (thd->variables.option_bits & OPTION_MASTER_SQL_ERROR))
|
if (thd->is_error() || (thd->variables.option_bits & OPTION_MASTER_SQL_ERROR))
|
||||||
trans_rollback_stmt(thd);
|
trans_rollback_stmt(thd);
|
||||||
#ifdef WITH_WSREP
|
#ifdef WITH_WSREP
|
||||||
if (thd->spcont &&
|
else if (thd->spcont &&
|
||||||
(thd->wsrep_conflict_state == MUST_ABORT ||
|
(thd->wsrep_conflict_state == MUST_ABORT ||
|
||||||
thd->wsrep_conflict_state == ABORTED ||
|
thd->wsrep_conflict_state == ABORTED ||
|
||||||
thd->wsrep_conflict_state == CERT_FAILURE))
|
thd->wsrep_conflict_state == CERT_FAILURE))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user