~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/locks.rst

  • Committer: Brian Aker
  • Date: 2011-04-20 14:53:20 UTC
  • mfrom: (1994.4.123 drizzle)
  • Revision ID: brian@tangent.org-20110420145320-fc57pxob4lm0lmu9
Update docs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
   SELECT is_used_lock();
22
22
 
23
 
If a session should exit, whatever locks it was holding will be deleted.
 
23
If a session should exit, whatever locks it was holding will be released.
24
24
 
25
25
.. todo::
26
26
 
27
 
   deleted or released? are locks recursive?
 
27
        are locks recursive?
28
28
 
29
29
Please note, get_lock() was designed to be compatible with MySQL. If you
30
30
hold any locks when calling get_lock() they will be released. For this