~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/collation_dictionary/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
Character and Collation Dictionary
 
2
==================================
 
3
 
 
4
:program:`collation_dictionary` is a low-level plugin that provides
 
5
character set and collation dictionaries.
 
6
 
 
7
.. _collation_dictionary_loading:
 
8
 
 
9
Loading
 
10
-------
 
11
 
 
12
This plugin is loaded by default.  To stop the plugin from loading by
 
13
default, start :program:`drizzled` with::
 
14
 
 
15
   --plugin-remove=collation_dictionary
 
16
 
 
17
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
 
18
 
 
19
Authors
 
20
-------
 
21
 
 
22
Brian Aker
 
23
 
 
24
.. _collation_dictionary_version:
 
25
 
 
26
Version
 
27
-------
 
28
 
 
29
This documentation applies to **collation_dictionary 1.0**.
 
30
 
 
31
To see which version of the plugin a Drizzle server is running, execute:
 
32
 
 
33
.. code-block:: mysql
 
34
 
 
35
   SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='collation_dictionary'
 
36
 
 
37
Changelog
 
38
---------
 
39
 
 
40
v1.0
 
41
^^^^
 
42
* First release.