diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2016-02-10 00:20:23 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@mariadb.com> | 2016-02-10 00:20:23 +0100 |
commit | b436db98fe123f4b0c83df3532881b038f7d9a9d (patch) | |
tree | aa048f548d9037bd3eca6df0d415a8dd314e0ac8 /sql/threadpool.h | |
parent | b3093073b1ec076ad7ef5ef8b8fca9022864a890 (diff) | |
download | mariadb-git-b436db98fe123f4b0c83df3532881b038f7d9a9d.tar.gz |
Fix compilation10.2-ssl
Diffstat (limited to 'sql/threadpool.h')
-rw-r--r-- | sql/threadpool.h | 2 |
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 */ |