4
The ``length`` plugin provides these :doc:`/functions/overview`:
6
* :ref:`length-function`
8
* :ref:`octet-length-function`
15
This plugin is loaded by default. To stop the plugin from loading by
16
default, start :program:`drizzled` with::
18
--plugin-remove=length
20
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
27
Devananda van der Veen
34
This documentation applies to **length 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='length'