~drizzle-trunk/drizzle/development

2425.2.2 by Daniel Nichter
A lot of doc changes: rewrite and expand Configuration and Administration, re-order top-level sections, enhance Contributing, add Release Notes, add Help and Support, fix title casing, label all plugins, other misc. enhancements.
1
.. _information_schema_dictionary_plugin:
2
2397.1.1 by Daniel Nichter
Skeleton documentation for all plugins, more complete docu for first half of plugins.
3
Information Schema Dictionary
4
=============================
5
2397.1.3 by Daniel Nichter
Complete documenting 2nd half of plugins.
6
The :program:`information_schema_dictionary` plugin provides the
7
`INFROMATION_SCHEMA` schema.
2397.1.1 by Daniel Nichter
Skeleton documentation for all plugins, more complete docu for first half of plugins.
8
9
.. _information_schema_dictionary_loading:
10
11
Loading
12
-------
13
2397.1.3 by Daniel Nichter
Complete documenting 2nd half of plugins.
14
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.
15
To stop the plugin from loading by default, start :program:`drizzled`
16
with::
17
18
   --plugin-remove=information_schema_dictionary
19
2425.2.1 by Daniel Nichter
Rewrite Configuration docs.
20
.. seealso:: :ref:`drizzled_plugin_options` for more information about adding and removing plugins.
2397.1.1 by Daniel Nichter
Skeleton documentation for all plugins, more complete docu for first half of plugins.
21
22
Authors
23
-------
24
25
Brian Aker
26
27
.. _information_schema_dictionary_version:
28
29
Version
30
-------
31
32
This documentation applies to **information_schema_dictionary 1.0**.
33
34
To see which version of the plugin a Drizzle server is running, execute:
35
36
.. code-block:: mysql
37
38
   SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='information_schema_dictionary'
39
2397.1.3 by Daniel Nichter
Complete documenting 2nd half of plugins.
40
Changelog
41
---------
42
43
v1.0
44
^^^^
45
* First release.