~drizzle-trunk/drizzle/development

2397.1.3 by Daniel Nichter
Complete documenting 2nd half of plugins.
1
Schema Engine
2
=============
2397.1.1 by Daniel Nichter
Skeleton documentation for all plugins, more complete docu for first half of plugins.
3
2397.1.3 by Daniel Nichter
Complete documenting 2nd half of plugins.
4
The :program:`schema_engine` plugin provides the low-level schema system.
2397.1.1 by Daniel Nichter
Skeleton documentation for all plugins, more complete docu for first half of plugins.
5
6
.. _schema_engine_loading:
7
8
Loading
9
-------
10
2397.1.3 by Daniel Nichter
Complete documenting 2nd half of plugins.
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`
2397.1.1 by Daniel Nichter
Skeleton documentation for all plugins, more complete docu for first half of plugins.
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
2397.1.3 by Daniel Nichter
Complete documenting 2nd half of plugins.
36
Changelog
37
---------
38
39
v1.0
40
^^^^
41
* First release.