mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
10.0-base merge
This commit is contained in:
@ -1041,8 +1041,8 @@ void query_cache_insert(const char *packet, ulong length,
|
||||
/*
|
||||
Current_thd can be NULL when a new connection is immediately ended
|
||||
due to "Too many connections". thd->store_globals() has not been
|
||||
called at this time and hence my_pthread_setspecific_ptr(THR_THD,
|
||||
this) has not been called for this thread.
|
||||
called at this time and hence set_current_thd(this) has not been
|
||||
called for this thread.
|
||||
*/
|
||||
|
||||
if (!thd)
|
||||
|
Reference in New Issue
Block a user