4
The ``substr_functions`` plugin provides these :doc:`/functions/overview`:
6
* :ref:`substr-function`
8
* :ref:`substring-index-function`
10
.. _substr_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=substr_functions
20
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
22
.. _substr_functions_authors:
29
.. _substr_functions_version:
34
This documentation applies to **substr_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='substr_functions'