4
The :program:`show_dictionary` plugin provides these SHOW commands:
9
* SHOW [TEMPORARY] TABLES
12
.. _show_dictionary_loading:
17
This plugin is loaded by default.
18
To stop the plugin from loading by default, start :program:`drizzled`
21
--plugin-remove=show_dictionary
23
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
30
.. _show_dictionary_version:
35
This documentation applies to **show_dictionary 1.0**.
37
To see which version of the plugin a Drizzle server is running, execute:
41
SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='show_dictionary'