diff options
author | Mikael Ronström <mikael@dator9> | 2011-02-17 10:57:57 +0100 |
---|---|---|
committer | Mikael Ronström <mikael@dator9> | 2011-02-17 10:57:57 +0100 |
commit | 23296fdc18e864b1b016b4c6a47723b26480f9c6 (patch) | |
tree | afb369f36df9025597260ef2f039115558487b6f /include | |
parent | 78bd357d318ec4aad20cf1b212d11cbe18c07404 (diff) | |
download | mariadb-git-23296fdc18e864b1b016b4c6a47723b26480f9c6.tar.gz |
more docs of the thread pool interface
Diffstat (limited to 'include')
-rw-r--r-- | include/mysql/thread_pool_priv.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |