~ubuntu-branches/ubuntu/saucy/drizzle/saucy-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2012-06-19 10:46:49 UTC
  • mfrom: (1.1.6)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20120619104649-e2l0ggd4oz3um0f4
Tags: upstream-7.1.36-stable
ImportĀ upstreamĀ versionĀ 7.1.36-stable

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. _catalog_plugin:
 
2
 
 
3
Catalog System
 
4
==============
 
5
 
 
6
The :program:`catalog` plugin provides the low-level catalog system.
 
7
 
 
8
.. _catalog_loading:
 
9
 
 
10
Loading
 
11
-------
 
12
 
 
13
This plugin is loaded by default and it should not be unloaded because
 
14
Drizzle will not start without this plugin.
 
15
 
 
16
.. _catalog_configuration:
 
17
 
 
18
Authors
 
19
-------
 
20
 
 
21
Brian Aker
 
22
 
 
23
.. _catalog_version:
 
24
 
 
25
Version
 
26
-------
 
27
 
 
28
This documentation applies to **catalog 0.1**.
 
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='catalog'
 
35
 
 
36
Changelog
 
37
---------
 
38
 
 
39
v0.1
 
40
^^^^
 
41
* First release.