From: Date: October 9 2008 3:15pm
Subject: svn commit - mysqldoc@docsrva: r12022 - in trunk: dynamic-docs/changelog refman-6.0
List-Archive: http://lists.mysql.com/commits/55937
Message-Id: <200810091315.m99DFhNl009979@docsrva.mysql.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
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 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ CREATE TABLESPACE failed when invoked
+ immediately following a DROP TABLESPACE
+ statement that used the same tablespace name.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ mysqld failed to build using the Sun Studio compiler.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The server could not be compiled with Falcon
+ support on Solaris/x86.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dropping a Falcon tablespace concurrently
+ with dropping a table using that tablespace caused the server to
+ crash.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MySQL could not be built using Sun Studio due to the use of
+ compiler options specific to gcc.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Repeated UPDATE operations on a
+ Falcon table could cause a memory leak.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Concurrent ALTER TABLE operations on
+ temporary and non-temporary Falcon tables
+ caused the server to hang.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shutting down the MySQL Server immediately following the
+ execution of a BACKUP DATABASE statement
+ caused the server to crash if the database to be backed up
+ contained any Falcon tables.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Table recovery failed repeatedly after starting the server with
+ a corrupted Falcon tablespace, causing the
+ server to crash.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ On all x86 platforms, the default was to attempt to build the
+ server with the Falcon storage engine, even
+ if Falcon was not supported for a given
+ platform.
+
+
+
+
+
+
+
+
+
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 @@
+
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 @@
refman-common directory.
+
+