mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Simplified away scheduler_functions::end_thread()
Code properly integrated into callers instead. do_handle_one_connection(): no need to reset thd and thd->thread_stack as they're not updated by cache_thread(). Part of MDEV-19515 - Improve connect speed
This commit is contained in:
@ -73,7 +73,7 @@ void free_global_index_stats(void);
|
||||
void free_global_client_stats(void);
|
||||
|
||||
pthread_handler_t handle_one_connection(void *arg);
|
||||
void do_handle_one_connection(CONNECT *connect);
|
||||
void do_handle_one_connection(CONNECT *connect, bool put_in_cache);
|
||||
bool init_new_connection_handler_thread();
|
||||
void reset_mqh(LEX_USER *lu, bool get_them);
|
||||
bool check_mqh(THD *thd, uint check_command);
|
||||
|
Reference in New Issue
Block a user