1
.. _function_engine_plugin:
6
:program:`function_engine` is a low-level plugin that provides the
7
interface for other function plugins.
11
Drizzle depends on the :program:`function_engine` plugin. If it is not
12
loaded, most commands will not work and ``DATA_DICTIONARY`` and
13
``INFORMATION_SCHEMA`` will not be available.
15
.. _function_engine_loading:
20
This plugin is loaded by default and it should not be unloaded. See the
29
.. _function_engine_version:
34
This documentation applies to **function_engine 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='function_engine'