Commit ad814226 authored by Jon Olav Hauglid's avatar Jon Olav Hauglid

Merge from mysql-5.1 to mysql-5.5

parents f2f358c5 cbe38f3a
......@@ -4974,7 +4974,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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment