Author: jstephens
Date: 2008-10-01 14:48:43 +0200 (Wed, 01 Oct 2008)
New Revision: 11930
Log:
Documented Falcon bugfixes:
Bug #34351, Bug #35072, Bug #37725, Bug #37726, Bug #38891
Modified:
trunk/dynamic-docs/changelog/mysqld-1.xml
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2008-09-30 23:15:08 UTC (rev 11929)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2008-10-01 12:48:43 UTC (rev 11930)
Changed blocks: 1, Lines Added: 139, Lines Deleted: 0; 3029 bytes
@@ -10,7 +10,146 @@
<tags>
<manual type="Falcon"/>
+ <manual type="SPARC"/>
+ <manual type="compiling"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="38891"/>
+ </bugs>
+
+ <versions>
+ <version ver="6.0.7"/>
+ </versions>
+
+ <message>
+
+ <para>
+ It was not possible to build the server with
+ <literal>Falcon</literal> support on SPARC when using the Sun
+ Studio compiler.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="Falcon"/>
+ <manual type="LIMIT"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="37726"/>
+ </bugs>
+
+ <versions>
+ <version ver="6.0.7"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Executing large numbers of SQL statements using
+ <literal>LIMIT</literal> on <literal>Falcon</literal> tables
+ eventually led to a crash of the server.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="Falcon"/>
+ <manual type="compiling"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="37725"/>
+ </bugs>
+
+ <versions>
+ <version ver="6.0.6"/>
+ </versions>
+
+ <message>
+
+ <para>
+ MySQL server binaries built using <command>gcc4.3</command>
+ could crash when running large numbers of DML statements on
+ <literal>Falcon</literal> tables.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="Falcon"/>
<manual type="ALTER TABLE"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="37072"/>
+ </bugs>
+
+ <versions>
+ <version ver="6.0.7"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Executing <literal>ALTER TABLE ADD PARTITION</literal> followed
+ by <literal>ALTER TABLE DROP PARTITION</literal> on a Falcon
+ table, and then killing the thread performing these statements
+ could cause the server to crash.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="Falcon"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="34351"/>
+ <seealsobug bugid="29151"/>
+ <seealsobug bugid="35321"/>
+ </bugs>
+
+ <versions>
+ <version ver="6.0.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Inserting a unique record into a <literal>Falcon</literal>
+ table, then performing a <literal>DELETE</literal> on the same
+ record resulted in the error <errortext>Record has changed since
+ last read</errortext>.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="Falcon"/>
+ <manual type="ALTER TABLE"/>
<manual type="DML"/>
<manual type="deadlock"/>
</tags>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r11930 - trunk/dynamic-docs/changelog | jon | 1 Oct |