~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Daniel Nichter
  • Date: 2011-08-13 20:41:38 UTC
  • mto: This revision was merged to the branch mainline in revision 2413.
  • Revision ID: daniel@percona.com-20110813204138-stxa89ca1t7cg1uy
Skeleton documentation for all plugins, more complete docu for first half of plugins.
Clean up plugin.ini titles and descriptions.
Reformat and reorganize root index.
Change Administrative to Administration and remove empty files (logging, etc.)
Add, fix, and tag documentation for functions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SHUTDOWN Function
 
2
=================
 
3
 
 
4
The ``shutdown_function`` plugin provides these :doc:`/functions/overview`:
 
5
 
 
6
* :ref:`shutdown-function`
 
7
 
 
8
.. _shutdown_function_loading:
 
9
 
 
10
Loading
 
11
-------
 
12
 
 
13
To load this plugin, start :program:`drizzled` with::
 
14
 
 
15
   --plugin-add=shutdown_function
 
16
 
 
17
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
 
18
 
 
19
.. _shutdown_function_authors:
 
20
 
 
21
Authors
 
22
-------
 
23
 
 
24
Brian Aker
 
25
 
 
26
.. _shutdown_function_version:
 
27
 
 
28
Version
 
29
-------
 
30
 
 
31
This documentation applies to **shutdown_function 1.0**.
 
32
 
 
33
To see which version of the plugin a Drizzle server is running, execute:
 
34
 
 
35
.. code-block:: mysql
 
36
 
 
37
   SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='shutdown_function'
 
38