~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Merge Monty - Updates to pandora-build to support features of gcc 4.5.

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.