4
The ``reverse_function`` plugin provides these :doc:`/functions/overview`:
6
* :ref:`reverse-function`
8
.. _reverse_function_loading:
13
This plugin is loaded by default. To stop the plugin from loading by
14
default, start :program:`drizzled` with::
16
--plugin-remove=reverse_function
18
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
20
.. _reverse_function_authors:
27
.. _reverse_function_version:
32
This documentation applies to **reverse_function 1.0**.
34
To see which version of the plugin a Drizzle server is running, execute:
38
SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='reverse_function'