~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/sleep/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
SLEEP Function
 
2
==============
 
3
 
 
4
The ``sleep`` plugin provides these :doc:`/functions/overview`:
 
5
 
 
6
* :ref:`sleep-function`
 
7
 
 
8
.. _sleep_loading:
 
9
 
 
10
Loading
 
11
-------
 
12
 
 
13
This plugin is loaded by default.  To stop the plugin from loading by
 
14
default, start :program:`drizzled` with::
 
15
 
 
16
   --plugin-remove=sleep
 
17
 
 
18
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
 
19
 
 
20
.. _sleep_authors:
 
21
 
 
22
Authors
 
23
-------
 
24
 
 
25
Patrick Galbraith
 
26
 
 
27
.. _sleep_version:
 
28
 
 
29
Version
 
30
-------
 
31
 
 
32
This documentation applies to **sleep 1.0**.
 
33
 
 
34
To see which version of the plugin a Drizzle server is running, execute:
 
35
 
 
36
.. code-block:: mysql
 
37
 
 
38
   SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='sleep'
 
39