~clint-fewbar/drizzle/regex-policy-cache-limiter

« back to all changes in this revision

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

  • Committer: Clint Byrum
  • Date: 2012-03-15 18:05:43 UTC
  • mfrom: (2224.1.302 workspace)
  • Revision ID: clint@ubuntu.com-20120315180543-9jxxm4q10k3np2ws
merging with latest trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. _information_schema_dictionary_plugin:
 
2
 
 
3
Information Schema Dictionary
 
4
=============================
 
5
 
 
6
The :program:`information_schema_dictionary` plugin provides the
 
7
`INFROMATION_SCHEMA` schema.
 
8
 
 
9
.. _information_schema_dictionary_loading:
 
10
 
 
11
Loading
 
12
-------
 
13
 
 
14
This plugin is loaded by default.  
 
15
To stop the plugin from loading by default, start :program:`drizzled`
 
16
with::
 
17
 
 
18
   --plugin-remove=information_schema_dictionary
 
19
 
 
20
.. seealso:: :ref:`drizzled_plugin_options` for more information about adding and removing 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
 
 
40
Changelog
 
41
---------
 
42
 
 
43
v1.0
 
44
^^^^
 
45
* First release.