mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix leak from missing my_thread_end
This commit is contained in:
@ -27,7 +27,6 @@ extern uint threadpool_oversubscribe; /* Maximum active threads in group */
|
||||
|
||||
|
||||
/* Common thread pool routines, suitable for different implementations */
|
||||
extern void threadpool_cleanup_connection(THD *thd);
|
||||
extern void threadpool_remove_connection(THD *thd);
|
||||
extern int threadpool_process_request(THD *thd);
|
||||
extern THD* threadpool_add_connection(CONNECT *connect, void *scheduled_data);
|
||||
|
Reference in New Issue
Block a user