~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/signal_handler/docs/index.rst

  • Committer: Mark Atwood
  • Date: 2011-09-13 19:54:55 UTC
  • mfrom: (2397.1.3 plugin-docs)
  • Revision ID: me@mark.atwood.name-20110913195455-3bk3locm85m4jimp
mergeĀ lp:~daniel-nichter/drizzle/plugin-docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Signal Handler
 
2
==============
 
3
 
 
4
The :program:`signal_handler` plugin provides low-level signal handling.
 
5
 
 
6
.. _signal_handler_loading:
 
7
 
 
8
Loading
 
9
-------
 
10
 
 
11
This plugin is loaded by default and it should not be unloaded because the
 
12
:doc:`/plugins/schema_engine/index` plugin depends on it.
 
13
 
 
14
Authors
 
15
-------
 
16
 
 
17
Brian Aker
 
18
 
 
19
.. _signal_handler_version:
 
20
 
 
21
Version
 
22
-------
 
23
 
 
24
This documentation applies to **signal_handler 0.1**.
 
25
 
 
26
To see which version of the plugin a Drizzle server is running, execute:
 
27
 
 
28
.. code-block:: mysql
 
29
 
 
30
   SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='signal_handler'
 
31
 
 
32
Changelog
 
33
---------
 
34
 
 
35
v0.1
 
36
^^^^
 
37
* First release.