4
:program:`function_dictionary` creates the ``FUNCTIONS`` dictionary which lists
7
.. _function_dictionary_loading:
12
To load this plugin, start :program:`drizzled` with::
14
--plugin-add=function_dictionary
16
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
18
.. _function_dictionary_examples:
23
List all available functions:
27
drizzle> SELECT * FROM DATA_DICTIONARY.FUNCTIONS;
28
+-----------------------+
30
+-----------------------+
37
.. _function_dictionary_authors:
44
.. _function_dictionary_version:
49
This documentation applies to **function_dictionary 1.0**.
51
To see which version of the plugin a Drizzle server is running, execute:
55
SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='function_dictionary'