From b173e14937ecf0976e0bdc63b22276bd09e03f90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20Ronstr=C3=B6m?= Date: Thu, 10 Feb 2011 19:29:27 +0100 Subject: Removed scheduler struct for now --- include/mysql/thread_pool_priv.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'include/mysql') 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 #include -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); -- cgit v1.2.1