~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/math_functions/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
Math Functions
 
2
==============
 
3
 
 
4
The ``math_functions`` plugin provides :ref:`mathematical functions <math_functions>`.
 
5
 
 
6
.. _math_functions_loading:
 
7
 
 
8
Loading
 
9
-------
 
10
 
 
11
This plugin is loaded by default.  To stop the plugin from loading by
 
12
default, start :program:`drizzled` with::
 
13
 
 
14
   --plugin-remove=math_functions
 
15
 
 
16
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
 
17
 
 
18
.. _math_functions_authors:
 
19
 
 
20
Authors
 
21
-------
 
22
 
 
23
Brian Aker
 
24
 
 
25
.. _math_functions_version:
 
26
 
 
27
Version
 
28
-------
 
29
 
 
30
This documentation applies to **math_functions 1.0**.
 
31
 
 
32
To see which version of the plugin a Drizzle server is running, execute:
 
33
 
 
34
.. code-block:: mysql
 
35
 
 
36
   SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='math_functions'
 
37
 
 
38
Changelog
 
39
---------
 
40
 
 
41
v1.0
 
42
^^^^
 
43
* First release.