Author: jstephens
Date: 2008-10-03 13:48:22 +0200 (Fri, 03 Oct 2008)
New Revision: 11967
Log:
Documented fix for Falcon Bug #36438 (Thanks, KevinL!)
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-03 11:46:47 UTC (rev 11966)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2008-10-03 11:48:22 UTC (rev 11967)
Changed blocks: 1, Lines Added: 32, Lines Deleted: 0; 1253 bytes
@@ -9,6 +9,38 @@
<logentry entrytype="bug">
<tags>
+ <manual type="Falcon"/>
+ <manual type="transactions"/>
+ <manual type="DROP TABLE"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="36438"/>
+ </bugs>
+
+ <versions>
+ <version ver="6.0.6"/>
+ </versions>
+
+ <message>
+
+ <para>
+ When one MySQL client application committed a transaction
+ affecting a <literal>Falcon</literal> table at the same time
+ that another client dropped this table, the <literal>DROP
+ TABLE</literal> statement did not <quote>see</quote> that
+ transaction. This led to a situation such that a row affected by
+ the transaction was later accessed in a manner that referred to
+ the deleted table, resulting in a crash of the server.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
<highlight type="cluster"/>
<manual type="PRIMARY KEY"/>
<manual type="INSERT"/>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r11967 - trunk/dynamic-docs/changelog | jon | 3 Oct |