Author: jstephens
Date: 2008-10-09 15:15:43 +0200 (Thu, 09 Oct 2008)
New Revision: 12022
Log:
Documented Falcon bugfixes:
Bug #32287, Bug #33517, Bug #33575, Bug #34567, Bug #34778,
Bug #35929, Bug #36396, Bug #36486, Bug #36703, Bug #38186
Started 6.0.8 changelog
Modified:
trunk/dynamic-docs/changelog/mysqld-1.xml
trunk/dynamic-docs/changelog/mysqld-versions.xml
trunk/refman-6.0/news-6.0-core.xml
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2008-10-09 10:03:40 UTC (rev 12021)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2008-10-09 13:15:43 UTC (rev 12022)
Changed blocks: 1, Lines Added: 274, Lines Deleted: 0; 5347 bytes
@@ -9,6 +9,280 @@
<logentry entrytype="bug">
<tags>
+ <manual type="Falcon"/>
+ <manual type="CREATE TABLESPACE"/>
+ <manual type="DROP TABLESPACE"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="38186"/>
+ </bugs>
+
+ <versions>
+ <version ver="6.0.7"/>
+ </versions>
+
+ <message>
+
+ <para>
+ <literal>CREATE TABLESPACE</literal> failed when invoked
+ immediately following a <literal>DROP TABLESPACE</literal>
+ statement that used the same tablespace name.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="Falcon"/>
+ <manual type="compiling"/>
+ <manual type="Sun Studio"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="37603"/>
+ </bugs>
+
+ <versions>
+ <version ver="6.0.7"/>
+ </versions>
+
+ <message>
+
+ <para>
+ mysqld failed to build using the Sun Studio compiler.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="Falcon"/>
+ <manual type="compiling"/>
+ <manual type="Solaris"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="36486"/>
+ </bugs>
+
+ <versions>
+ <version ver="6.0.6"/>
+ </versions>
+
+ <message>
+
+ <para>
+ The server could not be compiled with <literal>Falcon</literal>
+ support on Solaris/x86.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="Falcon"/>
+ <manual type="DROP TABLE"/>
+ <manual type="DROP TABLESPACE"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="36396"/>
+ </bugs>
+
+ <versions>
+ <version ver="6.0.6"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Dropping a <literal>Falcon</literal> tablespace concurrently
+ with dropping a table using that tablespace caused the server to
+ crash.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="Falcon"/>
+ <manual type="compiling"/>
+ <manual type="Sun Studio"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="35929"/>
+ </bugs>
+
+ <versions>
+ <version ver="6.0.6"/>
+ </versions>
+
+ <message>
+
+ <para>
+ MySQL could not be built using Sun Studio due to the use of
+ compiler options specific to <command>gcc</command>.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="Falcon"/>
+ <manual type="UPDATE"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="34778"/>
+ </bugs>
+
+ <versions>
+ <version ver="6.0.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Repeated <literal>UPDATE</literal> operations on a
+ <literal>Falcon</literal> table could cause a memory leak.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="Falcon"/>
+ <manual type="ALTER TABLE"/>
+ <manual type="temporary tables"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="34567"/>
+ <introducedby bugid="33634"/>
+ </bugs>
+
+ <versions>
+ <version ver="6.0.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Concurrent <literal>ALTER TABLE</literal> operations on
+ temporary and non-temporary <literal>Falcon</literal> tables
+ caused the server to hang.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="Falcon"/>
+ <manual type="BACKUP DATABASE"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="33575"/>
+ </bugs>
+
+ <versions>
+ <version ver="6.0.8"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Shutting down the MySQL Server immediately following the
+ execution of a <literal>BACKUP DATABASE</literal> statement
+ caused the server to crash if the database to be backed up
+ contained any <literal>Falcon</literal> tables.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="Falcon"/>
+ <manual type="tablespaces"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="33517"/>
+ </bugs>
+
+ <versions>
+ <version ver="6.0.4"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Table recovery failed repeatedly after starting the server with
+ a corrupted <literal>Falcon</literal> tablespace, causing the
+ server to crash.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="Falcon"/>
+ <manual type="compiling"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="32287"/>
+ </bugs>
+
+ <versions>
+ <version ver="6.0.6"/>
+ </versions>
+
+ <message>
+
+ <para>
+ On all x86 platforms, the default was to attempt to build the
+ server with the <literal>Falcon</literal> storage engine, even
+ if <literal>Falcon</literal> was not supported for a given
+ platform.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
<manual type="subqueries"/>
<manual type="GROUP BY"/>
<manual type="aggregate functions"/>
Modified: trunk/dynamic-docs/changelog/mysqld-versions.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-versions.xml 2008-10-09 10:03:40 UTC (rev 12021)
+++ trunk/dynamic-docs/changelog/mysqld-versions.xml 2008-10-09 13:15:43 UTC (rev 12022)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 0; 588 bytes
@@ -3,6 +3,7 @@
<versionlog>
<mysqlproductname title="MySQL"/>
+ <versionentry ver="6.0.8" reldate="Not yet released"/>
<versionentry ver="6.0.7" reldate="Not yet released"/>
<versionentry ver="6.0.6" reldate="11 August 2008"/>
<versionentry ver="6.0.5" reldate="12 June 2008"/>
Modified: trunk/refman-6.0/news-6.0-core.xml
===================================================================
--- trunk/refman-6.0/news-6.0-core.xml 2008-10-09 10:03:40 UTC (rev 12021)
+++ trunk/refman-6.0/news-6.0-core.xml 2008-10-09 13:15:43 UTC (rev 12022)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 0; 642 bytes
@@ -37,6 +37,14 @@
<filename>refman-common</filename> directory.
</remark>
+ <section id="news-6-0-8">
+
+ <title condition="dynamic:changelog:vertitle" role="6.0.8:mysqld:all"/>
+
+ <para condition="dynamic:changelog:entrylist" role="6.0.8:mysqld:all"/>
+
+ </section>
+
<section id="news-6-0-7">
<title condition="dynamic:changelog:vertitle" role="6.0.7:mysqld:all"/>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r12022 - in trunk: dynamic-docs/changelog refman-6.0 | jon | 9 Oct |