2425.2.2
by Daniel Nichter
A lot of doc changes: rewrite and expand Configuration and Administration, re-order top-level sections, enhance Contributing, add Release Notes, add Help and Support, fix title casing, label all plugins, other misc. enhancements. |
1 |
.. _string_functions_plugin: |
2 |
||
2397.1.1
by Daniel Nichter
Skeleton documentation for all plugins, more complete docu for first half of plugins. |
3 |
String Functions
|
4 |
================
|
|
5 |
||
6 |
The ``string_functions`` plugin provides these :doc:`/functions/overview`: |
|
7 |
||
8 |
* :ref:`elt-function` |
|
9 |
||
10 |
* :ref:`format-function` |
|
11 |
||
12 |
* :ref:`quote-function` |
|
13 |
||
14 |
* :ref:`regex-function` |
|
15 |
||
16 |
.. _string_functions_loading: |
|
17 |
||
18 |
Loading
|
|
19 |
-------
|
|
20 |
||
21 |
This plugin is loaded by default. To stop the plugin from loading by |
|
22 |
default, start :program:`drizzled` with:: |
|
23 |
||
24 |
--plugin-remove=string_functions
|
|
25 |
||
2425.2.1
by Daniel Nichter
Rewrite Configuration docs. |
26 |
.. seealso:: :ref:`drizzled_plugin_options` for more information about adding and removing plugins. |
2397.1.1
by Daniel Nichter
Skeleton documentation for all plugins, more complete docu for first half of plugins. |
27 |
|
28 |
.. _string_functions_authors: |
|
29 |
||
30 |
Authors
|
|
31 |
-------
|
|
32 |
||
33 |
Brian Aker |
|
34 |
||
35 |
.. _string_functions_version: |
|
36 |
||
37 |
Version
|
|
38 |
-------
|
|
39 |
||
40 |
This documentation applies to **string_functions 1.0**.
|
|
41 |
||
42 |
To see which version of the plugin a Drizzle server is running, execute: |
|
43 |
||
44 |
.. code-block:: mysql |
|
45 |
||
46 |
SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='string_functions' |
|
47 |
||
2397.1.3
by Daniel Nichter
Complete documenting 2nd half of plugins. |
48 |
Changelog
|
49 |
---------
|
|
50 |
||
51 |
v1.0
|
|
52 |
^^^^
|
|
53 |
* First release.
|