mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '10.1' into 10.2
This commit is contained in:
@ -164,9 +164,8 @@ THD* threadpool_add_connection(CONNECT *connect, void *scheduler_data)
|
||||
|
||||
if (!setup_connection_thread_globals(thd))
|
||||
{
|
||||
if (!login_connection(thd))
|
||||
if (!thd_prepare_connection(thd))
|
||||
{
|
||||
prepare_new_connection_state(thd);
|
||||
|
||||
/*
|
||||
Check if THD is ok, as prepare_new_connection_state()
|
||||
|
Reference in New Issue
Block a user