1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

more docs of the thread pool interface

This commit is contained in:
Mikael Ronström
2011-02-17 10:57:57 +01:00
parent 78bd357d31
commit 23296fdc18

View File

@ -21,6 +21,8 @@
/* /*
The thread pool requires access to some MySQL server error codes, this is The thread pool requires access to some MySQL server error codes, this is
accessed from mysqld_error.h. 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. 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 A thread pool can also use DEBUG_SYNC and must thus include
debug_sync.h debug_sync.h