~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/user_locks/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
User Locks
 
2
==========
 
3
 
 
4
User level locking and barrier functions.
 
5
 
 
6
.. _user_locks_loading:
 
7
 
 
8
Loading
 
9
-------
 
10
 
 
11
This plugin is loaded by default.
 
12
To stop the plugin from loading by default, start :program:`drizzled`
 
13
with::
 
14
 
 
15
   --plugin-remove=user_locks
 
16
 
 
17
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
 
18
 
 
19
Examples
 
20
--------
 
21
 
 
22
Sorry, there are no examples for this plugin.
 
23
 
 
24
.. _user_locks_authors:
 
25
 
 
26
Authors
 
27
-------
 
28
 
 
29
Brian Aker
 
30
 
 
31
.. _user_locks_version:
 
32
 
 
33
Version
 
34
-------
 
35
 
 
36
This documentation applies to **user_locks 1.1**.
 
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='user_locks'
 
43
 
 
44
Changelog
 
45
---------
 
46
 
 
47
v1.1
 
48
^^^^
 
49
* First release.