~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/catalog/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
Catalog System
 
2
==============
 
3
 
 
4
The :program:`catalog` plugin provides the low-level catalog system.
 
5
 
 
6
.. _catalog_loading:
 
7
 
 
8
Loading
 
9
-------
 
10
 
 
11
This plugin is loaded by default and it should not be unloaded because
 
12
Drizzle will not start without this plugin.
 
13
 
 
14
.. _catalog_configuration:
 
15
 
 
16
Authors
 
17
-------
 
18
 
 
19
Brian Aker
 
20
 
 
21
.. _catalog_version:
 
22
 
 
23
Version
 
24
-------
 
25
 
 
26
This documentation applies to **catalog 0.1**.
 
27
 
 
28
To see which version of the plugin a Drizzle server is running, execute:
 
29
 
 
30
.. code-block:: mysql
 
31
 
 
32
   SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='catalog'
 
33
 
 
34
Changelog
 
35
---------
 
36
 
 
37
v0.1
 
38
^^^^
 
39
* First release.