4
The :program:`registiry_dictionary` plugin provides the DATA_DICTIONARY.MODULES and DATA_DICTIONARY.PLUGINS tables.
6
.. _registry_dictionary_loading:
11
This plugin is loaded by default.
12
To stop the plugin from loading by default, start :program:`drizzled`
15
--plugin-remove=registry_dictionary
17
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
24
.. _registry_dictionary_version:
29
This documentation applies to **registry_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='registry_dictionary'