~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/table_cache_dictionary/docs/index.rst

  • Committer: Henrik Ingo
  • Date: 2011-09-23 06:14:37 UTC
  • mfrom: (2425 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2439.
  • Revision ID: henrik.ingo@avoinelama.fi-20110923061437-ct1wedkb9s47uy2t
Merge newest trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Table Cache Dictionary
 
2
======================
 
3
 
 
4
The :program:`table_cache_dictionary` plugin provides the DATA_DICTIONARY.TABLE_CACHE and DATA_DICTIONARY.TABLE_DEFINITION_CACHE tables.
 
5
 
 
6
.. _table_cache_dictionary_loading:
 
7
 
 
8
Loading
 
9
-------
 
10
 
 
11
This plugin is loaded by default.
 
12
To stop the plugin from loading by default, start :program:`drizzled`
 
13
with::
 
14
 
 
15
   --plugin-remove=table_cache_dictionary
 
16
 
 
17
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
 
18
 
 
19
Authors
 
20
-------
 
21
 
 
22
Brian Aker
 
23
 
 
24
.. _table_cache_dictionary_version:
 
25
 
 
26
Version
 
27
-------
 
28
 
 
29
This documentation applies to **table_cache_dictionary 1.0**.
 
30
 
 
31
To see which version of the plugin a Drizzle server is running, execute:
 
32
 
 
33
.. code-block:: mysql
 
34
 
 
35
   SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='table_cache_dictionary'
 
36
 
 
37
Changelog
 
38
---------
 
39
 
 
40
v1.0
 
41
^^^^
 
42
* First release.