List:Commits« Previous MessageNext Message »
From:mcbrown Date:March 23 2007 8:09am
Subject:svn commit - mysqldoc@docsrva: r5515 - trunk/falcon
View as plain text  
Author: mcbrown
Date: 2007-03-23 09:09:20 +0100 (Fri, 23 Mar 2007)
New Revision: 5515

Log:
Dev Bugs: #26802, #26871



Modified:
   trunk/falcon/news-falcon.xml


Modified: trunk/falcon/news-falcon.xml
===================================================================
--- trunk/falcon/news-falcon.xml	2007-03-23 07:32:51 UTC (rev 5514)
+++ trunk/falcon/news-falcon.xml	2007-03-23 08:09:20 UTC (rev 5515)
Changed blocks: 1, Lines Added: 16, Lines Deleted: 0; 945 bytes

@@ -25,6 +25,22 @@
 
       <listitem>
         <para>
+          Two simultaneous <literal>SELECT ... FOR UPDATE</literal>
+          statements with <literal>READ-COMMITTED</literal> isolation
+          level would result in the wrong error message being returned.
+          (Bug #26871)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          When updating a table with a unique key constraint the
+          constraint would not be enforced. (Bug #26802)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           Executing <literal>DROP TABLE</literal> on a table that has
           been created using <literal>CREATE TABLE ... SELECT</literal>.
           (Bug #25564)


Thread
svn commit - mysqldoc@docsrva: r5515 - trunk/falconmcbrown23 Mar