Severalnines


MySQL Cluster 6.3.33/7.0.14

April 6th, 2010

.. has been released. You should upgrade.

6.3:
ftp://ftp.mysql.com/pub/mysql/download/cluster_telco/mysql-5.1.44-ndb-6.3.33/mysql-cluster-gpl-6.3.33.tar.gz
7.0:

ftp://ftp.mysql.com/pub/mysql/download/cluster_telco/mysql-5.1.44-ndb-7.0.14/mysql-cluster-gpl-7.0.14.tar.gz

To upgrade:

CC=gcc CXX=g++ CFLAGS="-fpic" ./configure --without-libwrap --enable-static=yes --with-plugins=max --prefix=/usr/local/mysql/ --bindir=/usr/local/mysql//bin --libexecdir=/usr/local/mysql//bin
make -j4
make bin-dist

This gives you a binary tar ball (mysql-5.1.44...something.tar.gz)
and you can do:

cd mysqlcluster-70/cluster/scripts/install
./install-cluster /path/to/binary/that/you/did/above
cd..
./rolling-restart.sh

And you will have upgraded your Cluster. I am going to make the upgrade path easier.