2012-04-12

Lots of MariaDB releases...

Today we released MariaDB 5.5.23 as stable (GA). The last few days we have also released MariaDB 5.3.6 stable (second GA release) and MariaDB 5.2.12 and MariaDB 5.1.62.

The reason for doing the older releases was that we found a very serious security issue in all recent MariaDB / MySQL releases and we strongly recommend everyone to upgrade to one of the above releases ASAP. We have informed Oracle of the problem and they are likely to issue a new MySQL release soon!

That said, I am very happy that MariaDB 5.5 is finally available as a stable release and I wish you the best of luck with it!

MariaDB 5.5 includes all features from MySQL 5.5 and MariaDB 5.3 (with the exception of OQGraph for which we are awaiting a patch from the OQgraph developers to solve a compatibility issue).

MariaDB 5.5 is a drop in replacement for MySQL 5.5. Here is a
short list of the new features in MariaDB 5.5 compared to the MySQL 5.5 community release:

* Better optimizer (Faster complex queries and sub queries)
* Efficient thread pool
* Pluggabale authentication with PAM plugin
* Non-blocking client API Library
* More storage engines
* Microsecond precision
* Table elimination
* Virtual columns
* Extended user statstics
* MyISAM segmented key cache
* Group commit (Makes replication significantly faster!)
* Progress reporting for ALTER TABLE and LOAD DATA INFILE.
* Dynamic columns (a nosql feature)
* Spatial GIS extensions
* A lot of speed improvements like faster heap tables, character conversions etc.

For a full list, please see our Knowledgebase which has lists of features for each release.

We are also working on MariaDB-5.5-galera, a MariaDB cluster edition together with the Galera people. We expect that we will have a binary release of this soon.

If you want to know more about all the new features in MariaDB, you can find many of the MariaDB core developers, including me, at the MariaDB.org booth at the Percona Live conference in Santa Clara during Thursday or at the SkySQL / MariaDB conference on Friday.

We will also have a MariaDB BOF on Wednesday at 21.00 in Ballroom A.
Hope to see many of you there!

3 comments:

Anonymous said...

mysql soliddb has been maintained again http://sourceforge.net/projects/soliddb/

Is it [legally] possible to add this storage to mariadb?

What about mariadb 5.5 performance compared to mysql 5.5? I have read that it's thread pool will be enhanced.

-aris setyawan

hingo said...

Hi Monty

Congratulations on getting to 5.5! While the MariaDB specific work is really amazing, for me at least it was a serious lack that for a long time it wasn't available for a MySQL 5.5 base. And my other complaint was Galera, so I'm really happy to see that coming in quickly too!

I'm the kind of guy who doesn't like to choose one or the other but prefer to have "both". So it's really great that MariaDB finally provides both: MySQL 5.5 and Galera plus your own improvements.

Bisnar Chase said...

I agree Hingo. It's great to be able to have both rather than one or the other.