Yesterday I was testing a branch of MySQL 5.5 to help a
colleague, and I was set aback at discovering that, with the
default build options, the server did not include the Archive
engine. In other times, I would have to dig into the build scripts or to examine the output of ./configure --help , but
that is no longer necessary. MySQL 5.5 is built using
cmake, the
cross platform make.
|
Why does this change make me feel better? Because cmake
configuration is more user friendly than the old
autoconf/automake/libtools
horror syntax. Not only
that, but there is a GUI!
I am a command line guy, as you probably know, but when the
purpose of a GUI is not only to show off but to make …