1
0
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:
Vladislav Vaintroub
2016-03-09 16:42:45 +01:00
parent 351026ca53
commit 35e713dcca
2 changed files with 7 additions and 17 deletions

View File

@ -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);