6
.. _status_dictionary_loading:
11
This plugin is loaded by default, but it may need to be configured. See
12
the plugin's :ref:`status_dictionary_configuration` and
13
:ref:`status_dictionary_variables`.
15
To stop the plugin from loading by default, start :program:`drizzled`
18
--plugin-remove=status_dictionary
20
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
22
.. _status_dictionary_configuration:
27
These command line options configure the plugin when :program:`drizzled`
28
is started. See :doc:`/configuration` for more information about specifying
33
.. _status_dictionary_variables:
38
These variables show the running configuration of the plugin.
39
See `variables` for more information about querying and setting variables.
41
.. _status_dictionary_examples:
46
Sorry, there are no examples for this plugin.
48
.. _status_dictionary_authors:
55
.. _status_dictionary_version:
60
This documentation applies to **status_dictionary 1.0**.
62
To see which version of the plugin a Drizzle server is running, execute:
66
SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='status_dictionary'