mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
References lp:1011983
Merged from codership-mysql/5.5 changes revisions 3743-3756
This commit is contained in:
@ -8297,14 +8297,6 @@ void wsrep_replication_process(THD *thd)
|
||||
break;
|
||||
}
|
||||
|
||||
if (thd->killed != KILL_CONNECTION)
|
||||
{
|
||||
mysql_mutex_lock(&LOCK_thread_count);
|
||||
wsrep_close_applier(thd);
|
||||
mysql_cond_broadcast(&COND_thread_count);
|
||||
mysql_mutex_unlock(&LOCK_thread_count);
|
||||
}
|
||||
|
||||
if (thd->killed != KILL_CONNECTION)
|
||||
{
|
||||
mysql_mutex_lock(&LOCK_thread_count);
|
||||
|
Reference in New Issue
Block a user