From: jon
Date: July 2 2008 5:45pm
Subject: svn commit - mysqldoc@docsrva: r11068 - in trunk: dynamic-docs/changelog refman-5.1
List-Archive: http://lists.mysql.com/commits/48902
Message-Id: <200807021745.m62HjsCq019692@docsrva.mysql.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jstephens
Date: 2008-07-02 19:45:52 +0200 (Wed, 02 Jul 2008)
New Revision: 11068
Log:
NDB 6.3.16 release:
Set release date
Added changelog
Documented bugfixes:
Bug #30452, Bug #35607, Bug #37158, Bug #37179, Bug #37338,
Bug #37427, Bug #37429, Bug #37442, Bug #37516, Bug #37628
Modified:
trunk/dynamic-docs/changelog/mysqld-1.xml
trunk/dynamic-docs/changelog/mysqld-versions.xml
trunk/refman-5.1/mysql-cluster-news-core.xml
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2008-07-02 17:08:55 UTC (rev 11067)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2008-07-02 17:45:52 UTC (rev 11068)
Changed blocks: 2, Lines Added: 303, Lines Deleted: 0; 6207 bytes
@@ -9,6 +9,305 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Failure of a data node could sometimes cause mysqld to crash.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ DELETE ... WHERE
+ unique_index_column=value
+ deleted the wrong row from the table.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data was written to the binlog with
+ disabled.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ If subscription was terminated while a node was down, the epoch
+ was not properly acknowledged by that node.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ libmysqld failed to wait for the cluster
+ binlog thread to terminate before exiting.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Event buffer lag reports are now written to the cluster log.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ In rare circumstances, a connection followed by a disconnection
+ could give rise to a stale connection where the
+ connection still existed but was not seen by the transporter.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Creating a table on an SQL node, then starting an NDB API
+ application that listened for events from this table, then
+ dropping the table from an SQL node, prevented data node
+ restarts.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ When some operations succeeded and some failed following a call
+ to NdbTransaction::execute(Commit,
+ AO_IgnoreOnError), a race condition could cause
+ spurious occurrences of NDB API Error 4011 (Internal
+ error).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Queries against NDBCLUSTER tables were cached
+ only if AUTOCOMMIT was in use.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Changing the system time on data nodes could cause MGM API
+ applications to hang and the data nodes to crash.
+
+
+
+
+
+
+
+
+
@@ -46,6 +345,10 @@
+
+
+
+
Modified: trunk/dynamic-docs/changelog/mysqld-versions.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-versions.xml 2008-07-02 17:08:55 UTC (rev 11067)
+++ trunk/dynamic-docs/changelog/mysqld-versions.xml 2008-07-02 17:45:52 UTC (rev 11068)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 768 bytes
@@ -41,7 +41,7 @@
-
+
Modified: trunk/refman-5.1/mysql-cluster-news-core.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster-news-core.xml 2008-07-02 17:08:55 UTC (rev 11067)
+++ trunk/refman-5.1/mysql-cluster-news-core.xml 2008-07-02 17:45:52 UTC (rev 11068)
Changed blocks: 2, Lines Added: 43, Lines Deleted: 4; 2411 bytes
@@ -73,6 +73,49 @@
see .
+
+
+
+
+
+ This is a new source release, fixing recently discovered bugs in
+ previous MySQL Cluster NDB 6.3 releases.
+
+
+
+
+ Obtaining MySQL Cluster NDB 6.3
+
+
+ MySQL Cluster NDB 6.3 releases are source-only releases which
+ you must compile and install using the instructions found in
+ , and in
+ . You can download the
+ GPL source tarball from the MySQL FTP site at
+ .
+
+
+
+
+
+ This release incorporates all bugfixes and changes made in the
+ previous MySQL Cluster NDB 6.3 release, as well as all bugfixes
+ and feature changes which were added in mainline MySQL 5.1
+ through MySQL 5.1.24 (see ).
+
+
+
+
+ Please refer to our bug database at
+ for more details about
+ the individual bugs fixed in this version.
+
+
+
+
+
+
+
@@ -698,10 +741,6 @@
-
- Update to include relevant versions.
-
-
This Beta release incorporates all bugfixes and feature changes
made in previous MySQL Cluster releases, as well as all bugfixes
and feature changes which were added in mainline MySQL 5.1