This is a bugfix release, fixing recently discovered bugs in the previous MySQL Cluster NDB 6.2 release.
Obtaining MySQL Cluster NDB 6.2. You can download the latest MySQL Cluster NDB 6.2 source code and binaries for supported platforms from http://dev.mysql.com/downloads/cluster.
This Beta release incorporates all bugfixes and changes made in previous MySQL Cluster NDB 6.2 releases, as well as all bugfixes and feature changes which were added in mainline MySQL 5.1 through MySQL 5.1.23 (see Section C.1.7, “Changes in MySQL 5.1.23 (29 January 2008)”).
Please refer to our bug database at http://bugs.mysql.com/ for more details about the individual bugs fixed in this version.
Bugs fixed:
Partitioning: MySQL Cluster:
When partition pruning on an NDB table
resulted in an ordered index scan spanning only one partition,
any descending flag for the scan was wrongly discarded, causing
ORDER BY DESC to be treated as ORDER
BY ASC, MAX() to be handled
incorrectly, and similar problems.
(Bug#33061)
MySQL Cluster:
When all data and SQL nodes in the cluster were shut down
abnormally (that is, other than by using STOP
in the cluster management client), ndb_mgm
used excessive amounts of CPU.
(Bug#33237)
MySQL Cluster: When using micro-GCPs, if a node failed while preparing for a global checkpoint, the master node would use the wrong GCI. (Bug#32922)
MySQL Cluster:
Under some conditions, performing an ALTER
TABLE on an NDBCLUSTER table failed
with a Table is full error, even when
only 25% of DataMemory was in use and the
result should have been a table using less memory (for example,
changing a VARCHAR(100) column to
VARCHAR(80)).
(Bug#32670)


User Comments
Add your own comment.