4
The :program:`status_dictionary` plugin provides the DATA_DICTIONARY.VARIABLES and DATA_DICTIONARY.GLOBAL_VARIABLES tables which make the ``SHOW [GLOBAL] VARIABLES`` command work.
6
.. _status_dictionary_loading:
11
This plugin is loaded by default.
12
To stop the plugin from loading by default, start :program:`drizzled`
15
--plugin-remove=status_dictionary
17
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
24
.. _status_dictionary_version:
29
This documentation applies to **status_dictionary 1.0**.
31
To see which version of the plugin a Drizzle server is running, execute:
35
SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='status_dictionary'