~vjsamuel/drizzle/fix-bug-850898

« back to all changes in this revision

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

  • Committer: Mark Atwood
  • Date: 2011-09-13 19:54:55 UTC
  • mfrom: (2397.1.3 plugin-docs)
  • Revision ID: me@mark.atwood.name-20110913195455-3bk3locm85m4jimp
mergeĀ lp:~daniel-nichter/drizzle/plugin-docs

Show diffs side-by-side

added added

removed removed

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