1
.. _function_dictionary_plugin:
6
:program:`function_dictionary` creates the ``FUNCTIONS`` dictionary which lists
9
.. _function_dictionary_loading:
14
To load this plugin, start :program:`drizzled` with::
16
--plugin-add=function_dictionary
18
.. seealso:: :ref:`drizzled_plugin_options` for more information about adding and removing plugins.
20
.. _function_dictionary_examples:
25
List all available functions:
29
drizzle> SELECT * FROM DATA_DICTIONARY.FUNCTIONS;
30
+-----------------------+
32
+-----------------------+
39
.. _function_dictionary_authors:
46
.. _function_dictionary_version:
51
This documentation applies to **function_dictionary 1.0**.
53
To see which version of the plugin a Drizzle server is running, execute:
57
SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='function_dictionary'