4
The :program:`schema_dictionary` provides several DATA_DICTIONARY tables:
14
.. _schema_dictionary_loading:
19
This plugin is loaded by default.
20
To stop the plugin from loading by default, start :program:`drizzled`
23
--plugin-remove=schema_dictionary
25
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
32
.. _schema_dictionary_version:
37
This documentation applies to **schema_dictionary 1.0**.
39
To see which version of the plugin a Drizzle server is running, execute:
43
SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='schema_dictionary'