~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/locks.rst

  • Committer: kalebral at gmail
  • Date: 2010-12-04 04:58:08 UTC
  • mto: (1971.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1972.
  • Revision ID: kalebral@gmail.com-20101204045808-acto22oxfg43m02e
a few more updates of files that did not have license or had incorrect license structure

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
User Defined Locks
 
1
User Definied Locks
2
2
===================
3
3
 
4
4
A user can create a "lock" which is scoped to their user space. Multiple
22
22
 
23
23
SELECT release_lock_and_wait();
24
24
 
25
 
If a session should exit, whatever locks it was holding will be deleted.
 
25
If a session should exit, whatever locks it was holdering will be deleted.
26
26
 
27
 
Please note, get_lock() was designed to be compatible with MySQL. If you
 
27
Please note, get_lock() was designed to be compatible with MySQL, if you
28
28
hold any locks when calling get_lock() they will be released. For this
29
29
reason you may want to consider calling get_locks() instead.
30
30