+
+ Beginning with MySQL 5.1.22-ndb-6.3.3, a server status variable
+ ndb_conflict_fn_max provides a count of the
+ number of times that conflict resolution for has been applied on
+ the current SQL node since the last time that
+ mysqld was started.
+
+
conflict resolutionenabling
<title>Changes in release MySQL 5.1.22-ndb-6.3.2-beta (Not yet released)</title>
+ <title>Changes in release MySQL 5.1.22-ndb-6.3.3-beta (20 September 2007)</title>
This is a new Beta development release, fixing recently
@@ -696,8 +696,107 @@
[js] Uncomment next para following release.
+
+ Like all releases for &mccge-series;, this is a source-only
+ release which you must compile and install using the
+ instructions found in , and
+ in . You can download
+ the source code archive for this release from the MySQL FTP site
+ at
+ ftp://ftp.mysql.com/pub/mysql/download/cluster_telco/mysql-5.1.22-ndb-6.3.3"/>.
+ The file
+ mysqlcom-5.1.22-ndb-6.3.3-telco.tar.gz in
+ this directory contains the complete source archive.
+
+
+
+ NOTE: Although MySQL has worked
+ very hard to ensure a high level of quality, protect your data
+ by making a backup as you would for any software beta release.
+ Please refer to our bug database at
+ http://bugs.mysql.com/"/> for more details about the
+ individual bugs fixed in this version.
+
+
+
+ This Beta release incorporates all bugfixes and feature changes
+ made in MySQL 5.1.19-ndb-6.3.0, MySQL 5.1.19-ndb-6.3.1, and
+ MySQL 5.1.19-ndb-6.3.2, as well as all bugfixes and feature
+ changes which were added in the mainline 5.1.21 and 5.1.22
+ releases; information about these can be found in
+ and .
+
+
<!--
+
+
+
+ Upgrading to MySQL 5.1.18-ndb-6.2.1 from a previous release
+
+
+
+
+
+
+
+
+-->
+
+ Functionality added or changed:
+
+
+
+
+
+
+ A server status variable
+ ndb_conflict_fn_max now provides a count
+ of the number of times that conflict resolution for MySQL
+ Cluster Replication has been applied.
+
+
+
+ See
+ ,
+ for more information.
+
+
+
+
+
+
+ This release fixes the following bug:
+
+
+
+
+
+
+ Errors could sometimes occur during an online ADD
+ COLUMN under load. (Bug #31082)
+
+
+
+
+
+
+
+
+
+ Changes in release MySQL 5.1.22-ndb-6.3.2-beta (07 September 2007)
+
+
+ This is a new Beta development release, fixing recently
+ discovered bugs and incorporating improvements made since the
+ previous &mccge-series; release.
+
+
+
+ [js] Uncomment next para following release.
+
+
+
Like all releases for &mccge-series;, this is a source-only
release which you must compile and install using the
instructions found in , and
@@ -709,7 +808,6 @@ mysqlcom-5.1.22-ndb-6.3.2-telco.tar.gz in
this directory contains the complete source archive.
+ NDB Cluster: An insufficiently
+ descriptive and potentially misleading Error 4006
+ (Connect failure - out of connection
+ objects...) was produced when either of the
+ following two conditions occurred:
+
+
+
+
+
+ There were no more transaction records in the
+ transaction coordinator
+
+
+
+
+
+ an Ndb object in the NDB API was
+ initialized with insufficient parallellism
+
+
+
+
+
+ Separate error messages are now generated for each of these
+ two cases. (Bug #11313)
+
+
+
+
+
For micro-GCPs, fixed the assignment of fake
CGI events so that they do not cause buckets to be sent out
of order. Now, when assigning a GCI to a non-GCI event (that
@@ -829,20 +958,27 @@
+
+
+ When an NDB event was left behind but the
+ corresponding table was later recreated and received a new
+ table ID, the event could not be dropped. (Bug #30877)
+
+
+
- Changes in release MySQL 5.1.22-ndb-6.2.6-beta (Not yet released)