~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_engine/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
Schema Engine
 
2
=============
 
3
 
 
4
The :program:`schema_engine` plugin provides the low-level schema system.
 
5
 
 
6
.. _schema_engine_loading:
 
7
 
 
8
Loading
 
9
-------
 
10
 
 
11
This plugin is loaded by default and it should not be unloaded unless you want to disable access to all schemas.
 
12
 
 
13
Dependencies
 
14
^^^^^^^^^^^^
 
15
 
 
16
* :doc:`/plugins/signal_handler/index`
 
17
 
 
18
Authors
 
19
-------
 
20
 
 
21
Brian Aker
 
22
 
 
23
.. _schema_engine_version:
 
24
 
 
25
Version
 
26
-------
 
27
 
 
28
This documentation applies to **schema_engine 1.0**.
 
29
 
 
30
To see which version of the plugin a Drizzle server is running, execute:
 
31
 
 
32
.. code-block:: mysql
 
33
 
 
34
   SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='schema_engine'
 
35
 
 
36
Changelog
 
37
---------
 
38
 
 
39
v1.0
 
40
^^^^
 
41
* First release.