1
0
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:
Seppo Jaakola
2012-06-12 10:55:11 +03:00
parent 609388fcfd
commit 33ffe0dd29
15 changed files with 236 additions and 53 deletions

View File

@ -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);