summaryrefslogtreecommitdiff
path: root/sql/threadpool.h
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2016-03-09 16:42:45 +0100
committerVladislav Vaintroub <wlad@mariadb.com>2016-03-09 16:42:45 +0100
commit35e713dcca0207c1dc9459fc9cd7c3913cbe0be7 (patch)
treeb58d5225188a725525599a51295374e58c94e93d /sql/threadpool.h
parent351026ca535179abb956c5ad1e1d59aac0835254 (diff)
downloadmariadb-git-35e713dcca0207c1dc9459fc9cd7c3913cbe0be7.tar.gz
Fix leak from missing my_thread_end
Diffstat (limited to 'sql/threadpool.h')
-rw-r--r--sql/threadpool.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/threadpool.h b/sql/threadpool.h
index 9cf6606ef60..7ddc661565f 100644
--- a/sql/threadpool.h
+++ b/sql/threadpool.h
@@ -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);