Starting MySQL 5.1 (1), we’re simplifying life when it comes to
the number of builds for each platform. We will be
building only one binary package for each platform (2):
the binary known in MySQL 5.0 as “max”. The assumption is that
users prefer one binary with all options
enabled, rather than having to choose the proper version
at install time (or worse still, rely on others having made the
proper choice on their behalf).
And with only one version, there is no need to call it “max”.
“The max version is dead. Long live the max version!“.
Not to speak in riddles, the standard mysqld binary is intended
to contain all mysqld-max features. While 5.1.11 e.g. in Linux
(x86) package still has three binaries
mysql-5.1.11-beta-linux-i686/bin/mysqld
mysql-5.1.11-beta-linux-i686/bin/mysqld-debug
mysql-5.1.11-beta-linux-i686/bin/mysqld-max
the plan is to reduce this to two. …
[Read more]