~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

Viewing changes to docs/plugins/substr_functions/index.rst

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2012-06-19 10:46:49 UTC
  • mfrom: (1.1.6)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20120619104649-e2l0ggd4oz3um0f4
Tags: upstream-7.1.36-stable
ImportĀ upstreamĀ versionĀ 7.1.36-stable

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. _substr_functions_plugin:
 
2
 
 
3
Substring Functions
 
4
===================
 
5
 
 
6
The ``substr_functions`` plugin provides these :doc:`/functions/overview`:
 
7
 
 
8
* :ref:`substr-function`
 
9
 
 
10
* :ref:`substring-index-function`
 
11
 
 
12
.. _substr_functions_loading:
 
13
 
 
14
Loading
 
15
-------
 
16
 
 
17
This plugin is loaded by default.  To stop the plugin from loading by
 
18
default, start :program:`drizzled` with::
 
19
 
 
20
   --plugin-remove=substr_functions
 
21
 
 
22
.. seealso:: :ref:`drizzled_plugin_options` for more information about adding and removing plugins.
 
23
 
 
24
.. _substr_functions_authors:
 
25
 
 
26
Authors
 
27
-------
 
28
 
 
29
Stewart Smith
 
30
 
 
31
.. _substr_functions_version:
 
32
 
 
33
Version
 
34
-------
 
35
 
 
36
This documentation applies to **substr_functions 1.0**.
 
37
 
 
38
To see which version of the plugin a Drizzle server is running, execute:
 
39
 
 
40
.. code-block:: mysql
 
41
 
 
42
   SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='substr_functions'
 
43
 
 
44
Changelog
 
45
---------
 
46
 
 
47
v1.0
 
48
^^^^
 
49
* First release.