mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
References lp:1051808 lp:1049024 https://mariadb.atlassian.net/browse/MDEV-541
patched with: bzr diff lp:codership-mysql/5.5 -r3794..3795
This commit is contained in:
@ -1058,6 +1058,9 @@ bool dispatch_command(enum enum_server_command command, THD *thd,
|
|||||||
mysql_mutex_unlock(&thd->LOCK_wsrep_thd);
|
mysql_mutex_unlock(&thd->LOCK_wsrep_thd);
|
||||||
thd->killed = NOT_KILLED;
|
thd->killed = NOT_KILLED;
|
||||||
thd->mysys_var->abort = 0;
|
thd->mysys_var->abort = 0;
|
||||||
|
thd->wsrep_conflict_state = NO_CONFLICT;
|
||||||
|
thd->wsrep_retry_counter = 0;
|
||||||
|
|
||||||
goto dispatch_end;
|
goto dispatch_end;
|
||||||
}
|
}
|
||||||
mysql_mutex_unlock(&thd->LOCK_wsrep_thd);
|
mysql_mutex_unlock(&thd->LOCK_wsrep_thd);
|
||||||
|
Reference in New Issue
Block a user