~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Mark Atwood
  • Date: 2011-08-17 06:10:57 UTC
  • Revision ID: me@mark.atwood.name-20110817061057-7hsj5c0dc4n3grrr
link docs/ipv6_data_type.rst to TOC in docs/columntypes.rst

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.