MySQL Cluster’s Improved Release Model
The upcoming 5.1.25 release will see a change with regards to MySQL Cluster:
MySQL 5.1.25 binaries will be released without Cluster support.

This is due to a change in the development cycle of MySQL Cluster. The work on Cluster specific features is largely independent from the rest of the MySQL Server, which has resulted in our decision to release MySQL Cluster separately from the rest of the MySQL Server, effective with MySQL 5.1.25.
This change just goes for the binaries, though. Let me reassure you that:
- Sun is still releasing MySQL Cluster under the GPL, as before.
- MySQL 5.1 source code will still include Cluster, and you can download and compile it with Cluster, if you wish.
The only change is that we’re now releasing two separate packages.
MySQL Cluster is being developed and maintained at a different pace, compared to the regular server. In addition, we have learned that our current users of MySQL Cluster are not as concerned about the regular server’s features. Typical Cluster customer installations rely mostly on updated cluster features. Many users of Cluster use the direct API rather than the SQL interface.
We hope this division will bring benefits for all parties involved:
- Cluster releases will be happening more quickly, as Cluster releases are fairly independent of MySQL Server releases. With new releases of MySQL Cluster no longer tied to the release of the regular server, cluster users will get their updates as soon as the Cluster software is updated, regardless of whether the regular server is being patched or not.
- The new Cluster package includes the Carrier Grade Edition, which contains a juicy list of features (http://dev.mysql.com/doc/refman/5.1/en/mysql-cluster-changes-5-1-ndb-6-2.html).
- Users of the main MySQL Server will now be able to download a smaller package with a quicker test suite. This should really help those with low bandwidth connections.
The change is evident when you look at the developer zone (http://dev.mysql.com) where MySQL Cluster uses a different release numbering scheme from MySQL Server, and is labeled 6.2.15. This is not the regular server version. 6.2.15 is the Cluster version, and this package is based on MySQL 5.1.
Bug fixes to the Cluster will be ported to the main server when appropriate. Bug fixes to the main server will be merged to the Cluster sources on a regular basis.
Finally, where shall you turn for the downloads?
- If you need MySQL binaries with Cluster enabled, there is a specific downloads page http://dev.mysql.com/downloads/#mysql-cluster
- MySQL Server (slimmer now, without the NDB binaries), is available as always at http://dev.mysql.com/downloads/



May 23rd, 2008 at 20:43
A sensible and practical move. Good Stuff.
May 24th, 2008 at 9:32
the link here:
http://dev.mysql.com/doc/refman/5.1/en/mysql-cluster-cge.html
.. leads to nowhere!
May 24th, 2008 at 22:08
The http://dev.mysql.com/doc/refman/5.1/en/mysql-cluster-cge.html doesn’t work?
May 25th, 2008 at 5:33
Thanks Peter and Arjen! I updated the link under The new “Cluster package includes the Carrier Grade Edition, which contains a juicy list of features”.
May 25th, 2008 at 16:49
I even wondered in 5.0 version that most of the bugfixes list were occupied by cluster features.
Now where the cluster server is seperated from the “normal” SQL server, it should be made clearer than taking a number (6.2) that could lead to confusion with the normal MySQL families.
I think you could rename the cluster to versions that begin with alphanumerical letters, eg. E.1.15 - based on version 5 (E is the 5th letter), 1.15.
May 26th, 2008 at 9:20
Peter & Arjen,
That’s correct - since there’s no more “Carrier Grade Edition” product, http://dev.mysql.com/doc/refman/5.1/en/mysql-cluster-cge.html has gone away - I’ve added a redirect to http://dev.mysql.com/refman/5.1/en/mysql-cluster.html which should take effect in a few hours.
Thanks for catching my goof.