We have a new Alpha release for MySQL 6.x
MySQL 6.0.7-alpha, a new version of the MySQL database system has
been released. The main page for MySQL 6.0 release is at
MySQL 6.0 includes two new storage engines:
- the transactional Falcon engine, and
- the crash-safe Maria engine.
If you are new to the Falcon storage engine and need more
information, please read the Falcon Evaluation Guide at
and the Falcon White Paper at
The Maria storage engine is a crash safe version of MyISAM. Maria
supports all of the main functionality of the MyISAM engine, but
includes recovery support (in the event of a system crash), full
logging (including CREATE, DROP, RENAME and TRUNCATE operations),
all MyISAM row formats and a new Maria specific row format. Maria
is documented at
MySQL 6.0.7-alpha is available in source and binary form for a
number of platforms from our download pages at
and mirror sites. Note that not all mirror sites may be up to date
at this point in time, so if you can’t find this version on some
mirror, please try again later or choose another download site.
We welcome and appreciate your feedback, bug reports, bug fixes,
and patches at
The full changelog, including many more fixes can be viewed online at
What about you?
We are interested in you! Where do you use MySQL 6.x? What do you do with MySQL 6.x? Are there any features you want to see in our MySQL 6.x series? You can test MySQL 6.x and get famous by providing valuable bug reports and feature requests!
By Mark Callaghan 2008-10-24 - 18:04
Is this ready for performance testing or should we wait for 6.0.8?
By admin 2008-10-24 - 18:14
Mark,
please wait for 6.0.8 if you want to do performance tests with Falcon. There are quite some crashing issues, which we fixed after 6.0.7 already. We are one to two weeks before cloning off for 6.0.8 and it should take another two to four weeks after that to publish 6.0.8.
By Arjen Lentz 2008-10-25 - 13:45
The 6.0 bzr tree on Launchpad doesn’t appear to be up-to date (2 weeks old?)
You write there are recent fixes… it’d be great to see those visible on Launchpad also?
Thanks
By admin 2008-10-26 - 20:19
Arjen,
thanks for the information. Lauchpad is indeed not up to date. We are currently trying to figure out what the problem is.
Best regards,
Hakan