The multi_thread plugin provides the low-level thread scheduler.
This plugin is loaded by default and it should not be unloaded because Drizzle will not start without this plugin.
These command line options configure the plugin when drizzled is started. See Command Line Options for more information about specifying command line options.
Default : | 2048 |
---|---|
Variable : |
Maximum number of user threads available.
The plugin does not register any variables.
Brian Aker
This documentation applies to multi_thread 0.1.
To see which version of the plugin a Drizzle server is running, execute:
SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='multi_thread'