1
.. _signal_handler_plugin:
6
The :program:`signal_handler` plugin provides low-level signal handling.
8
.. _signal_handler_loading:
13
This plugin is loaded by default and it should not be unloaded because the
14
:doc:`/plugins/schema_engine/index` plugin depends on it.
21
.. _signal_handler_version:
26
This documentation applies to **signal_handler 0.1**.
28
To see which version of the plugin a Drizzle server is running, execute:
32
SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='signal_handler'