mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new-maint
into recycle.(none):/src/bug25621/my51-bug25621 sql/mysqld.cc: Auto merged
This commit is contained in:
@@ -3622,8 +3622,9 @@ void decrement_handler_count()
|
||||
{
|
||||
pthread_mutex_lock(&LOCK_thread_count);
|
||||
handler_count--;
|
||||
pthread_mutex_unlock(&LOCK_thread_count);
|
||||
pthread_cond_signal(&COND_handler_count);
|
||||
pthread_mutex_unlock(&LOCK_thread_count);
|
||||
my_thread_end();
|
||||
}
|
||||
#else
|
||||
#define decrement_handler_count()
|
||||
|
||||
Reference in New Issue
Block a user