~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Daniel Nichter
  • Date: 2011-10-23 16:01:37 UTC
  • mto: This revision was merged to the branch mainline in revision 2448.
  • Revision ID: daniel@percona.com-20111023160137-7ac3blgz8z4tf8za
Add Administration Getting Started and Logging.  Capitalize SQL clause keywords.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. _signal_handler_plugin:
 
2
 
 
3
Signal Handler
 
4
==============
 
5
 
 
6
The :program:`signal_handler` plugin provides low-level signal handling.
 
7
 
 
8
.. _signal_handler_loading:
 
9
 
 
10
Loading
 
11
-------
 
12
 
 
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.
 
15
 
 
16
Authors
 
17
-------
 
18
 
 
19
Brian Aker
 
20
 
 
21
.. _signal_handler_version:
 
22
 
 
23
Version
 
24
-------
 
25
 
 
26
This documentation applies to **signal_handler 0.1**.
 
27
 
 
28
To see which version of the plugin a Drizzle server is running, execute:
 
29
 
 
30
.. code-block:: mysql
 
31
 
 
32
   SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='signal_handler'
 
33
 
 
34
Changelog
 
35
---------
 
36
 
 
37
v0.1
 
38
^^^^
 
39
* First release.