mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
more docs of the thread pool interface
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user