mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
5.3 merge
This commit is contained in:
@ -5354,7 +5354,7 @@ void create_thread_to_handle_connection(THD *thd)
|
||||
if (cached_thread_count > wake_thread)
|
||||
{
|
||||
/* Get thread from cache */
|
||||
thread_cache.append(thd);
|
||||
thread_cache.push_back(thd);
|
||||
wake_thread++;
|
||||
mysql_cond_signal(&COND_thread_cache);
|
||||
}
|
||||
|
Reference in New Issue
Block a user