~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

mergeĀ lp:~hingo/drizzle/drizzle-auth_ldap-fix-and-docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. _schema_engine_plugin:
 
2
 
 
3
Schema Engine
 
4
=============
 
5
 
 
6
The :program:`schema_engine` plugin provides the low-level schema system.
 
7
 
 
8
.. _schema_engine_loading:
 
9
 
 
10
Loading
 
11
-------
 
12
 
 
13
This plugin is loaded by default and it should not be unloaded unless you want to disable access to all schemas.
 
14
 
 
15
Dependencies
 
16
^^^^^^^^^^^^
 
17
 
 
18
* :doc:`/plugins/signal_handler/index`
 
19
 
 
20
Authors
 
21
-------
 
22
 
 
23
Brian Aker
 
24
 
 
25
.. _schema_engine_version:
 
26
 
 
27
Version
 
28
-------
 
29
 
 
30
This documentation applies to **schema_engine 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='schema_engine'
 
37
 
 
38
Changelog
 
39
---------
 
40
 
 
41
v1.0
 
42
^^^^
 
43
* First release.