~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/locks.rst

  • Committer: Marisa Plumb
  • Date: 2011-03-30 03:12:02 UTC
  • mto: This revision was merged to the branch mainline in revision 2283.
  • Revision ID: marisa.plumb@gmail.com-20110330031202-z1q0xlnzdrqobvjv
doc fixes

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