The most recent release in the MariaDB 10.0 series is:MariaDB 10.0.38 Download Now
Download | Release Notes | Changelog | Overview of 10.0
Release date: 10 Feb 2014
MariaDB 10.0 is the current development version of MariaDB. It is an evolution of the MariaDB 5.5 series with several entirely new features not found anywhere else and with backported and reimplemented features from MySQL 5.6.
MariaDB 10.0.8 is an RC (Release Candidate) release. This is the ninth 10.0-based release, and the first RC release. All features planned for inclusion in the stable (GA) MariaDB 10.0 series are included in this release.
For an overview of MariaDB 10.0 see theWhat is MariaDB 10.0? page.
Thanks, and enjoy MariaDB!
is primarily a bug-fix and polishing release.
Notable changes of this release include:
Fixes for the following security vulnerabilities:
For a complete list of changes made in , with links to detailed information on each push, see the .
As per the , this will be the final release of for Fedora 18 "Spherical Cow", Ubuntu 13.04 "Raring", and Mint 15 "Olivia". When the next version of is released, repositories for these distributions will go away.
InnoDB upgraded to version 5.6.14
works
Added a new server variable, , to allow selectively restoring old behavior, in contrast to the old "all-or-nothing" approach of the --old command-line option. See for more.
Added a new read-only server variable
Bundled upgraded to version 8.34
The statement was added. It is used internally for replication (MDEV-5491), but it is also can be used by clients as any other SQL statement.
This enables replication to be able to continue even if the slave crashes (due to, for example, a bug or power outage) in the middle of a CREATE TABLE, CREATE ... SELECT, or DROP TABLE. When the slave comes back up it can replay the statement without any data loss if needed.
As part of this change, the variable was added. It specifies how CREATE TABLE and DROP TABLE statements are replicated.
This page is licensed: CC BY-SA / Gnu FDL