List:Commits« Previous MessageNext Message »
From:jon Date:October 1 2008 8:08pm
Subject:svn commit - mysqldoc@docsrva: r11942 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2008-10-01 22:08:35 +0200 (Wed, 01 Oct 2008)
New Revision: 11942

Log:

Documented fix for Falcon Bug #33933



Modified:
   trunk/dynamic-docs/changelog/mysqld-1.xml


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-10-01 17:38:00 UTC (rev 11941)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-10-01 20:08:35 UTC (rev 11942)
Changed blocks: 2, Lines Added: 33, Lines Deleted: 2; 1560 bytes

@@ -10,6 +10,37 @@
 
     <tags>
       <manual type="Falcon"/>
+      <manual type="INSERT"/>
+      <manual type="DELETE"/>
+      <manual type="concurrency"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="33933"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.6"/>
+    </versions>
+
+    <message>
+
+      <para>
+        In some cases, concurrent <literal>INSERT</literal> and
+        <literal>DELETE</literal> statements on the same
+        <literal>Falcon</literal> table could cause the server to crash,
+        due to a failure to find a record that should have been in the
+        table.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="Falcon"/>
       <manual type="falcon_consistent_read"/>
     </tags>
 

@@ -27,8 +58,8 @@
         It was not possible to set the value of
         <literal>falcon_consistent_read</literal> within the local
         scope. You can now set the global value, using <literal>SET
-        GLOBAL</literal>, but this affects only thecurrentlocal scope
-        andall newconnections made after the global variable was set.
+        GLOBAL</literal>, but this affects only the current local scope
+        and all new connections made after the global variable was set.
       </para>
 
     </message>


Thread
svn commit - mysqldoc@docsrva: r11942 - trunk/dynamic-docs/changelogjon1 Oct