~drizzle-trunk/drizzle/development

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
.. _memcached_functions_plugin:
2
2397.1.1 by Daniel Nichter
Skeleton documentation for all plugins, more complete docu for first half of plugins.
3
Memcached Functions
4
===================
5
2397.1.3 by Daniel Nichter
Complete documenting 2nd half of plugins.
6
The :program:`memcahed_functions` plugin provide functions for accessing
7
a `memcached <http://memcached.org/>`_ server.
2397.1.1 by Daniel Nichter
Skeleton documentation for all plugins, more complete docu for first half of plugins.
8
9
.. _memcached_functions_loading:
10
11
Loading
12
-------
13
14
To load this plugin, start :program:`drizzled` with::
15
16
   --plugin-add=memcached_functions
17
2425.2.1 by Daniel Nichter
Rewrite Configuration docs.
18
.. 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.
19
20
Examples
21
--------
22
23
Sorry, there are no examples for this plugin.
24
25
.. _memcached_functions_authors:
26
27
Authors
28
-------
29
2397.1.3 by Daniel Nichter
Complete documenting 2nd half of plugins.
30
Patrick Galbraith, Ronald Bradford, Padraig O'Sullivan
2397.1.1 by Daniel Nichter
Skeleton documentation for all plugins, more complete docu for first half of plugins.
31
32
.. _memcached_functions_version:
33
34
Version
35
-------
36
37
This documentation applies to **memcached_functions 0.1**.
38
39
To see which version of the plugin a Drizzle server is running, execute:
40
41
.. code-block:: mysql
42
43
   SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='memcached_functions'
44
2397.1.3 by Daniel Nichter
Complete documenting 2nd half of plugins.
45
Changelog
46
---------
47
48
v0.1
49
^^^^
50
* First release.