mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
Merge recycle.(none):/src/bug25621/my50-bug25621
into recycle.(none):/src/bug25621/my51-bug25621
This commit is contained in:
commit
b8ac729f9d
1 changed files with 2 additions and 1 deletions
|
@ -3604,8 +3604,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()
|
||||
|
|
Loading…
Reference in a new issue