From: jon Date: October 10 2007 10:31am Subject: svn commit - mysqldoc@docsrva: r8048 - trunk/refman-5.1 List-Archive: http://lists.mysql.com/commits/35271 Message-Id: <200710101031.l9AAV3VZ002837@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: jstephens Date: 2007-10-10 12:31:00 +0200 (Wed, 10 Oct 2007) New Revision: 8048 Log: CGE-6.2.7 release: Added release date and download URL. Bugfixes documented: Bug #31470, Bug #31257, Bug #30975, Bug #29509, Bug #25064, Bug #29565, Bug #30379, Bug #31097, Bug #30624, Bug #30996. Updated mysql-cluster-cge-releases and mysql-cluster-cge-differences sections. Updated info on limitations of online ALTER TABLE operations. Modified: trunk/refman-5.1/mysql-cluster-cge.xml trunk/refman-5.1/news-5.1.xml trunk/refman-5.1/sql-syntax.xml Modified: trunk/refman-5.1/mysql-cluster-cge.xml =================================================================== --- trunk/refman-5.1/mysql-cluster-cge.xml 2007-10-10 08:04:33 UTC (rev 8047) +++ trunk/refman-5.1/mysql-cluster-cge.xml 2007-10-10 10:31:00 UTC (rev 8048) Changed blocks: 1, Lines Added: 6, Lines Deleted: 0; 704 bytes @@ -455,6 +455,12 @@ , for more detailed information. (MySQL 5.1.22-ndb-6.2.5) + + + Additional checks against unsupported + ONLINE operations were implemented, and + unnecessary checks were removed. (MySQL 5.1.22-ndb-6.2.7) + Modified: trunk/refman-5.1/news-5.1.xml =================================================================== --- trunk/refman-5.1/news-5.1.xml 2007-10-10 08:04:33 UTC (rev 8047) +++ trunk/refman-5.1/news-5.1.xml 2007-10-10 10:31:00 UTC (rev 8048) Changed blocks: 4, Lines Added: 92, Lines Deleted: 7; 4646 bytes @@ -1243,7 +1243,7 @@
- Changes in release MySQL 5.1.22-ndb-6.2.7-beta (Not yet released) + Changes in release MySQL 5.1.22-ndb-6.2.7-beta (10 October 2008) This is a new Beta development release, fixing recently @@ -1251,20 +1251,17 @@ previous &mccge-series; release. - @@ -1322,9 +1319,23 @@ + + + Additional checks were implemented to catch unsupported + online ALTER TABLE operations. Currently + it is not possible to reorder columns or to change the + storage engine used for a table via online + ALTER. + + + + Some redundant checks made during online creation of indexes + were removed. + + + -
Modified: trunk/refman-5.1/sql-syntax.xml =================================================================== --- trunk/refman-5.1/sql-syntax.xml 2007-10-10 08:04:33 UTC (rev 8047) +++ trunk/refman-5.1/sql-syntax.xml 2007-10-10 10:31:00 UTC (rev 8048) Changed blocks: 1, Lines Added: 12, Lines Deleted: 0; 938 bytes @@ -622,8 +622,20 @@ online using the FIRST keyword also fails. + + + In addition, existing table columns cannot be + reordered online. +
+ + + The storage engine used by the table cannot be + changed online. + + +