From 23296fdc18e864b1b016b4c6a47723b26480f9c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20Ronstr=C3=B6m?= Date: Thu, 17 Feb 2011 10:57:57 +0100 Subject: more docs of the thread pool interface --- include/mysql/thread_pool_priv.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/mysql') diff --git a/include/mysql/thread_pool_priv.h b/include/mysql/thread_pool_priv.h index 61261f7505e..e4257d0c876 100644 --- a/include/mysql/thread_pool_priv.h +++ b/include/mysql/thread_pool_priv.h @@ -21,6 +21,8 @@ /* The thread pool requires access to some MySQL server error codes, this is accessed from mysqld_error.h. + We need access to the struct that defines the thread pool plugin interface + which is accessed through scheduler.h. All accesses to THD variables and functions are defined in this header file. A thread pool can also use DEBUG_SYNC and must thus include debug_sync.h -- cgit v1.2.1