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:
@ -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
|
||||||
|
Reference in New Issue
Block a user