A week ago I completely refreshed my MySQL Cluster setup (yea,
been meaning to post on that) and was a little baffled when the
5.1.12 binaries didn't have the expected cluster programs
(ndb_mgmd, ndbd etc). The earlier versions of 5.1.x I'd compiled
from source so it had been awhile since using a binary, but on
this refresh I didn't want to wait for the machines to configure
and make.
When I couldn't find the cluster programs I chalked it up to
failed memory, even though I swear I had seen something about the
5.1.x builds being more like the max builds of the past. I
grabbed the source and forgot about it until today, when I came
across this in the docs:
Due to a build slippage, binary distributions of MySQL 5.1.12
contain neither NDB Cluster nor Partitioning. We apologize for
any inconvenience. Please upgrade to 5.1.13 as soon as it is
available. if you build from source, you can execute configure
with the --with-ndbcluster and …
[Read more]