2425.2.2
by Daniel Nichter
A lot of doc changes: rewrite and expand Configuration and Administration, re-order top-level sections, enhance Contributing, add Release Notes, add Help and Support, fix title casing, label all plugins, other misc. enhancements. |
1 |
.. _multi_thread_plugin: |
2 |
||
2397.1.1
by Daniel Nichter
Skeleton documentation for all plugins, more complete docu for first half of plugins. |
3 |
Multi-Thread Scheduler
|
4 |
======================
|
|
5 |
||
2397.1.3
by Daniel Nichter
Complete documenting 2nd half of plugins. |
6 |
The :program:`multi_thread` plugin provides the low-level thread scheduler. |
2397.1.1
by Daniel Nichter
Skeleton documentation for all plugins, more complete docu for first half of plugins. |
7 |
|
8 |
.. _multi_thread_loading: |
|
9 |
||
10 |
Loading
|
|
11 |
-------
|
|
12 |
||
2397.1.3
by Daniel Nichter
Complete documenting 2nd half of plugins. |
13 |
This plugin is loaded by default and it should not be unloaded because Drizzle will not start without this plugin. |
2397.1.1
by Daniel Nichter
Skeleton documentation for all plugins, more complete docu for first half of plugins. |
14 |
|
15 |
.. _multi_thread_configuration: |
|
16 |
||
17 |
Configuration
|
|
18 |
-------------
|
|
19 |
||
20 |
These command line options configure the plugin when :program:`drizzled` |
|
2425.2.1
by Daniel Nichter
Rewrite Configuration docs. |
21 |
is started. See :ref:`command_line_options` for more information about specifying |
2397.1.1
by Daniel Nichter
Skeleton documentation for all plugins, more complete docu for first half of plugins. |
22 |
command line options. |
23 |
||
24 |
.. program:: drizzled |
|
25 |
||
26 |
.. option:: --multi-thread.max-threads ARG |
|
27 |
||
28 |
:Default: 2048
|
|
29 |
:Variable:
|
|
30 |
||
31 |
Maximum number of user threads available. |
|
32 |
||
33 |
.. _multi_thread_variables: |
|
34 |
||
35 |
Variables
|
|
36 |
---------
|
|
37 |
||
2397.1.3
by Daniel Nichter
Complete documenting 2nd half of plugins. |
38 |
The plugin does not register any variables. |
2397.1.1
by Daniel Nichter
Skeleton documentation for all plugins, more complete docu for first half of plugins. |
39 |
|
40 |
.. _multi_thread_authors: |
|
41 |
||
42 |
Authors
|
|
43 |
-------
|
|
44 |
||
45 |
Brian Aker |
|
46 |
||
47 |
.. _multi_thread_version: |
|
48 |
||
49 |
Version
|
|
50 |
-------
|
|
51 |
||
52 |
This documentation applies to **multi_thread 0.1**.
|
|
53 |
||
54 |
To see which version of the plugin a Drizzle server is running, execute: |
|
55 |
||
56 |
.. code-block:: mysql |
|
57 |
||
58 |
SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='multi_thread' |
|
59 |
||
2397.1.3
by Daniel Nichter
Complete documenting 2nd half of plugins. |
60 |
Changelog
|
61 |
---------
|
|
62 |
||
63 |
v0.1
|
|
64 |
^^^^
|
|
65 |
* First release.
|