We have a new Alpha release for MySQL 6.x
MySQL 6.0.8-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.8-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 following section lists important, incompatible and security changes since the previous version of MySQL 6.0. 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 olo 2008-12-11 - 11:57
I would like to see:
– Foreign keys support
– Sequences
in MySQL6
By admin 2008-12-11 - 14:26
Olo,
Foreign Key Constraints support is planned for our MySQL 6.1 release. You can check the status on our public Worklog here:
http://forge.mysql.com/worklog/task.php?id=148
I am not sure about the status of Sequences, and therefore I cannot comment on it.
Thanks for your feedback!
By zillablog 2008-12-12 - 18:49
Log Buffer #127: a Carnival of the Vanities for DBAs…
Well, it’s been a long time (100 editions in fact!) since I have hosted a log buffer, but I thought what better way to break-in the new blog than by hosting the 127th edition of Log Buffer. Let’s get started!
The big story in MySQL this week was t…
By JKilgrow 2009-01-07 - 08:27
Any idea when mysql 6.x will be generally available?
By admin 2009-01-07 - 08:46
JKilgrow,
after MySQL 6.x getting beta, we can make some estimates about the GA release.
Best regards,
Hakan