List:Internals« Previous MessageNext Message »
From:Heikki Tuuri Date:June 16 2005 6:34pm
Subject:bk commit - mysqldoc@docsrva tree (heikki:1.2807)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of heikki. When heikki does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.2807 05/06/16 19:34:53 heikki@stripped +1 -0
  news.xml:
    Add a note that InnoDB has weaker table locks now in stored procedures

  refman/news.xml
    1.3 05/06/16 19:34:47 heikki@stripped +9 -0
    Add a note that InnoDB has weaker table locks now in stored procedures

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	heikki
# Host:	hundin.mysql.fi
# Root:	/home/heikki/bk

--- 1.2/refman/news.xml	Thu Jun 16 19:18:35 2005
+++ 1.3/refman/news.xml	Thu Jun 16 19:34:47 2005
@@ -410,6 +410,15 @@
      before).
     </para></listitem>
 
+    <listitem><para>
+     <literal>InnoDB</literal>: In stored procedures and functions,
+     <literal>InnoDB</literal>
+     no longer takes full explicit table locks for every involved
+     table. Only `intention' locks are taken, similar to those in the execution
+     of an ordinary SQL statement. This greatly reduces the number of
+     deadlocks.
+    </para></listitem>
+
    </itemizedlist>
 
    <para>
Thread
bk commit - mysqldoc@docsrva tree (heikki:1.2807)Heikki Tuuri16 Jun