summaryrefslogtreecommitdiff
path: root/include/thread_pool_priv.h
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2020-02-14 16:42:23 +0100
committerSergei Golubchik <serg@mariadb.org>2020-03-10 19:24:22 +0100
commit2ac3121af2767186c489054db5d4871d04b8eef4 (patch)
tree39de7dcc95c29fbd3d1ce3167262c61404e37743 /include/thread_pool_priv.h
parent0ea717f51a152afdb3791195c4a25ee0baa2faac (diff)
downloadmariadb-git-2ac3121af2767186c489054db5d4871d04b8eef4.tar.gz
perfschema - various collateral cleanups and small changes
Diffstat (limited to 'include/thread_pool_priv.h')
-rw-r--r--include/thread_pool_priv.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/thread_pool_priv.h b/include/thread_pool_priv.h
index 0112ef9c434..769c4a7d97d 100644
--- a/include/thread_pool_priv.h
+++ b/include/thread_pool_priv.h
@@ -38,12 +38,6 @@
#include <table.h>
#include <sql_list.h>
-/* Needed to get access to scheduler variables */
-void* thd_get_scheduler_data(THD *thd);
-void thd_set_scheduler_data(THD *thd, void *data);
-PSI_thread* thd_get_psi(THD *thd);
-void thd_set_psi(THD *thd, PSI_thread *psi);
-
/* Interface to THD variables and functions */
void thd_set_killed(THD *thd);
void thd_clear_errors(THD *thd);