4
The ``hex_functions`` plugin provides these :doc:`/functions/overview`:
8
* :ref:`unhex-function`
10
.. _hex_functions_loading:
15
This plugin is loaded by default. To stop the plugin from loading by
16
default, start :program:`drizzled` with::
18
--plugin-remove=hex_functions
20
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
22
.. _hex_functions_authors:
29
.. _hex_functions_version:
34
This documentation applies to **hex_functions 1.0**.
36
To see which version of the plugin a Drizzle server is running, execute:
40
SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='hex_functions'