summaryrefslogtreecommitdiff
path: root/sql/threadpool.h
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2016-02-10 00:20:23 +0100
committerVladislav Vaintroub <wlad@mariadb.com>2016-02-10 00:20:23 +0100
commitb436db98fe123f4b0c83df3532881b038f7d9a9d (patch)
treeaa048f548d9037bd3eca6df0d415a8dd314e0ac8 /sql/threadpool.h
parentb3093073b1ec076ad7ef5ef8b8fca9022864a890 (diff)
downloadmariadb-git-b436db98fe123f4b0c83df3532881b038f7d9a9d.tar.gz
Fix compilation10.2-ssl
Diffstat (limited to 'sql/threadpool.h')
-rw-r--r--sql/threadpool.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/threadpool.h b/sql/threadpool.h
index 3bbcf3f67f6..93f349091f8 100644
--- a/sql/threadpool.h
+++ b/sql/threadpool.h
@@ -38,12 +38,10 @@ extern int threadpool_add_connection(THD *thd);
threadpool_unix.cc or threadpool_win.cc
*/
extern bool tp_init();
-extern bool tp_init_new_connection_thread();
extern void tp_add_connection(CONNECT *);
extern void tp_wait_begin(THD *, int);
extern void tp_wait_end(THD*);
extern void tp_post_kill_notification(THD *thd);
-extern bool tp_end_thread(THD *thd, bool cache_thread);
extern void tp_end(void);
/* Used in SHOW for threadpool_idle_thread_count */