~drizzle-trunk/drizzle/development

2397.1.1 by Daniel Nichter
Skeleton documentation for all plugins, more complete docu for first half of plugins.
1
Information Schema Dictionary
2
=============================
3
2397.1.3 by Daniel Nichter
Complete documenting 2nd half of plugins.
4
The :program:`information_schema_dictionary` plugin provides the
5
`INFROMATION_SCHEMA` schema.
2397.1.1 by Daniel Nichter
Skeleton documentation for all plugins, more complete docu for first half of plugins.
6
7
.. _information_schema_dictionary_loading:
8
9
Loading
10
-------
11
2397.1.3 by Daniel Nichter
Complete documenting 2nd half of plugins.
12
This plugin is loaded by default.  
2397.1.1 by Daniel Nichter
Skeleton documentation for all plugins, more complete docu for first half of plugins.
13
To stop the plugin from loading by default, start :program:`drizzled`
14
with::
15
16
   --plugin-remove=information_schema_dictionary
17
18
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
19
20
Authors
21
-------
22
23
Brian Aker
24
25
.. _information_schema_dictionary_version:
26
27
Version
28
-------
29
30
This documentation applies to **information_schema_dictionary 1.0**.
31
32
To see which version of the plugin a Drizzle server is running, execute:
33
34
.. code-block:: mysql
35
36
   SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='information_schema_dictionary'
37
2397.1.3 by Daniel Nichter
Complete documenting 2nd half of plugins.
38
Changelog
39
---------
40
41
v1.0
42
^^^^
43
* First release.