4
The :program:`multi_thread` plugin provides the low-level thread scheduler.
6
.. _multi_thread_loading:
11
This plugin is loaded by default and it should not be unloaded because Drizzle will not start without this plugin.
13
.. _multi_thread_configuration:
18
These command line options configure the plugin when :program:`drizzled`
19
is started. See :doc:`/configuration` for more information about specifying
24
.. option:: --multi-thread.max-threads ARG
29
Maximum number of user threads available.
31
.. _multi_thread_variables:
36
The plugin does not register any variables.
38
.. _multi_thread_authors:
45
.. _multi_thread_version:
50
This documentation applies to **multi_thread 0.1**.
52
To see which version of the plugin a Drizzle server is running, execute:
56
SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='multi_thread'