summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMikael Ronström <mikael@dator9>2011-02-10 19:29:27 +0100
committerMikael Ronström <mikael@dator9>2011-02-10 19:29:27 +0100
commitb173e14937ecf0976e0bdc63b22276bd09e03f90 (patch)
tree82f235c9203c1b8294120cf685fdd3dd0c6972dc /include
parent8d319b1f29537437ecf5f93003308fc16bdcd123 (diff)
downloadmariadb-git-b173e14937ecf0976e0bdc63b22276bd09e03f90.tar.gz
Removed scheduler struct for now
Diffstat (limited to 'include')
-rw-r--r--include/mysql/thread_pool_priv.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/mysql/thread_pool_priv.h b/include/mysql/thread_pool_priv.h
index 9bda377be13..871547b9905 100644
--- a/include/mysql/thread_pool_priv.h
+++ b/include/mysql/thread_pool_priv.h
@@ -38,19 +38,6 @@
#include <sql_profile.h>
#include <table.h>
-struct scheduler_functions
-{
- uint max_threads;
- bool (*init)(void);
- bool (*init_new_connection_thread)(void);
- void (*add_connection)(THD *thd);
- void (*thd_wait_begin)(THD *thd, int wait_type);
- void (*thd_wait_end)(THD *thd);
- void (*post_kill_notification)(THD *thd);
- bool (*end_thread)(THD *thd, bool cache_thread);
- void (*end)(void);
-};
-
/* Needed to get access to scheduler variables */
void* thd_get_scheduler(THD *thd);
PSI_thread* thd_get_psi(THD *thd);