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