~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/locks.rst

  • Committer: Brian Aker
  • Date: 2011-01-13 06:00:40 UTC
  • mfrom: (2069.4.6 clean)
  • mto: This revision was merged to the branch mainline in revision 2078.
  • Revision ID: brian@gir-3-20110113060040-fz7r6c7t39mwt9tz
Merge in change to POTFILES

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
If a session should exit, whatever locks it was holding will be deleted.
22
22
 
23
 
.. todo::
24
 
 
25
 
   deleted or released? are locks recursive?
26
 
 
27
23
Please note, get_lock() was designed to be compatible with MySQL. If you
28
24
hold any locks when calling get_lock() they will be released. For this
29
25
reason you may want to consider calling get_locks() instead.
30
26
 
31
27
Information on all barriers can be found in the DATA_DICTIONARY.USER_LOCKS
32
 
table;
 
28
table;
 
 
b'\\ No newline at end of file'