~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Fix merge issues with 1.0 CC fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. _coercibility_function_plugin:
 
2
 
 
3
COERCIBILITY Function
 
4
=====================
 
5
 
 
6
The ``coercibility_function`` plugin provides these :doc:`/functions/overview`:
 
7
 
 
8
* :ref:`coercibility-function`
 
9
 
 
10
.. _coercibility_function_loading:
 
11
 
 
12
Loading
 
13
-------
 
14
 
 
15
To load this plugin, start :program:`drizzled` with::
 
16
 
 
17
   --plugin-add=coercibility_function
 
18
 
 
19
.. seealso:: :ref:`drizzled_plugin_options` for more information about adding and removing plugins.
 
20
 
 
21
.. _coercibility_function_authors:
 
22
 
 
23
Authors
 
24
-------
 
25
 
 
26
Andrew Hutchings
 
27
 
 
28
.. _coercibility_function_version:
 
29
 
 
30
Version
 
31
-------
 
32
 
 
33
This documentation applies to **coercibility_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='coercibility_function'
 
40
 
 
41
Changelog
 
42
---------
 
43
 
 
44
v1.0
 
45
^^^^
 
46
* First release.