~vjsamuel/drizzle/fix-bug-850858

« back to all changes in this revision

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

  • Committer: Mark Atwood
  • Date: 2011-09-13 19:54:55 UTC
  • mfrom: (2397.1.3 plugin-docs)
  • Revision ID: me@mark.atwood.name-20110913195455-3bk3locm85m4jimp
mergeĀ lp:~daniel-nichter/drizzle/plugin-docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Information Schema Dictionary
 
2
=============================
 
3
 
 
4
The :program:`information_schema_dictionary` plugin provides the
 
5
`INFROMATION_SCHEMA` schema.
 
6
 
 
7
.. _information_schema_dictionary_loading:
 
8
 
 
9
Loading
 
10
-------
 
11
 
 
12
This plugin is loaded by default.  
 
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
 
 
38
Changelog
 
39
---------
 
40
 
 
41
v1.0
 
42
^^^^
 
43
* First release.