~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Daniel Nichter
  • Date: 2011-08-13 20:41:38 UTC
  • mto: This revision was merged to the branch mainline in revision 2413.
  • Revision ID: daniel@percona.com-20110813204138-stxa89ca1t7cg1uy
Skeleton documentation for all plugins, more complete docu for first half of plugins.
Clean up plugin.ini titles and descriptions.
Reformat and reorganize root index.
Change Administrative to Administration and remove empty files (logging, etc.)
Add, fix, and tag documentation for functions.

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.