1
Information Schema Dictionary
2
=============================
4
The :program:`information_schema_dictionary` plugin provides the
5
`INFROMATION_SCHEMA` schema.
7
.. _information_schema_dictionary_loading:
12
This plugin is loaded by default.
13
To stop the plugin from loading by default, start :program:`drizzled`
16
--plugin-remove=information_schema_dictionary
18
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
25
.. _information_schema_dictionary_version:
30
This documentation applies to **information_schema_dictionary 1.0**.
32
To see which version of the plugin a Drizzle server is running, execute:
36
SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='information_schema_dictionary'