~hingo/drizzle/drizzle-fix-make-clean-for-docs

« back to all changes in this revision

Viewing changes to plugin/shutdown_function/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
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
 
 
39
Changelog
 
40
---------
 
41
 
 
42
v1.0
 
43
^^^^
 
44
* First release.