~vjsamuel/drizzle/fix-bug-850898

« back to all changes in this revision

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

  • Committer: Mark Atwood
  • Date: 2011-09-13 19:54:55 UTC
  • mfrom: (2397.1.3 plugin-docs)
  • Revision ID: me@mark.atwood.name-20110913195455-3bk3locm85m4jimp
mergeĀ lp:~daniel-nichter/drizzle/plugin-docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Hex Functions
 
2
=============
 
3
 
 
4
The ``hex_functions`` plugin provides these :doc:`/functions/overview`:
 
5
 
 
6
* :ref:`hex-function`
 
7
 
 
8
* :ref:`unhex-function`
 
9
 
 
10
.. _hex_functions_loading:
 
11
 
 
12
Loading
 
13
-------
 
14
 
 
15
This plugin is loaded by default.  To stop the plugin from loading by
 
16
default, start :program:`drizzled` with::
 
17
 
 
18
   --plugin-remove=hex_functions
 
19
 
 
20
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
 
21
 
 
22
.. _hex_functions_authors:
 
23
 
 
24
Authors
 
25
-------
 
26
 
 
27
Stewart Smith
 
28
 
 
29
.. _hex_functions_version:
 
30
 
 
31
Version
 
32
-------
 
33
 
 
34
This documentation applies to **hex_functions 1.0**.
 
35
 
 
36
To see which version of the plugin a Drizzle server is running, execute:
 
37
 
 
38
.. code-block:: mysql
 
39
 
 
40
   SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='hex_functions'
 
41
 
 
42
Changelog
 
43
---------
 
44
 
 
45
v1.0
 
46
^^^^
 
47
* First release.