1
Character and Collation Dictionary
2
==================================
4
:program:`collation_dictionary` is a low-level plugin that provides
5
character set and collation dictionaries.
7
.. _collation_dictionary_loading:
12
This plugin is loaded by default. To stop the plugin from loading by
13
default, start :program:`drizzled` with::
15
--plugin-remove=collation_dictionary
17
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
24
.. _collation_dictionary_version:
29
This documentation applies to **collation_dictionary 1.0**.
31
To see which version of the plugin a Drizzle server is running, execute:
35
SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='collation_dictionary'