Commit 56db769e authored by prabakaran thirumalai's avatar prabakaran thirumalai

Bug#14627287 THREAD CACHE - BYPASSES PRIVILEGES

merge from 5.1
parents c162202a 98aaf18b
......@@ -2259,7 +2259,7 @@ static bool cache_thread()
this thread for handling of new THD object/connection.
*/
thd->mysys_var->abort= 0;
thd->thr_create_utime= my_micro_time();
thd->thr_create_utime= thd->start_utime= my_micro_time();
threads.append(thd);
return(1);
}
......
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