4
Default Signal Handler.
6
.. _signal_handler_loading:
11
This plugin is loaded by default, but it may need to be configured. See
12
the plugin's :ref:`signal_handler_configuration` and
13
:ref:`signal_handler_variables`.
15
To stop the plugin from loading by default, start :program:`drizzled`
18
--plugin-remove=signal_handler
20
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
22
.. _signal_handler_configuration:
27
These command line options configure the plugin when :program:`drizzled`
28
is started. See :doc:`/configuration` for more information about specifying
33
.. _signal_handler_variables:
38
These variables show the running configuration of the plugin.
39
See `variables` for more information about querying and setting variables.
41
.. _signal_handler_examples:
46
Sorry, there are no examples for this plugin.
48
.. _signal_handler_authors:
55
.. _signal_handler_version:
60
This documentation applies to **signal_handler 0.1**.
62
To see which version of the plugin a Drizzle server is running, execute:
66
SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='signal_handler'