~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/locks.rst

  • Committer: Brian Aker
  • Date: 2011-01-06 05:17:09 UTC
  • Revision ID: brian@tangent.org-20110106051709-oa0se8ur02uc6i9o
Added native functions into the function table.

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'