~drizzle-trunk/drizzle/development

« back to all changes in this revision

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