~drizzle-trunk/drizzle/development

2397.1.1 by Daniel Nichter
Skeleton documentation for all plugins, more complete docu for first half of plugins.
1
REVERSE Function
2
================
3
4
The ``reverse_function`` plugin provides these :doc:`/functions/overview`:
5
6
* :ref:`reverse-function`
7
8
.. _reverse_function_loading:
9
10
Loading
11
-------
12
13
This plugin is loaded by default.  To stop the plugin from loading by
14
default, start :program:`drizzled` with::
15
16
   --plugin-remove=reverse_function
17
18
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
19
20
.. _reverse_function_authors:
21
22
Authors
23
-------
24
25
Stewart Smith
26
27
.. _reverse_function_version:
28
29
Version
30
-------
31
32
This documentation applies to **reverse_function 1.0**.
33
34
To see which version of the plugin a Drizzle server is running, execute:
35
36
.. code-block:: mysql
37
38
   SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='reverse_function'
39
2397.1.3 by Daniel Nichter
Complete documenting 2nd half of plugins.
40
Changelog
41
---------
42
43
v1.0
44
^^^^
45
* First release.