~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2012-06-19 10:46:49 UTC
  • mfrom: (1.1.6)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20120619104649-e2l0ggd4oz3um0f4
Tags: upstream-7.1.36-stable
ImportĀ upstreamĀ versionĀ 7.1.36-stable

Show diffs side-by-side

added added

removed removed

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