MariaDB 10.0.8 Release Notes
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!
Notable changes
MariaDB 10.0.8 is primarily a bug-fix and polishing release.
Notable changes of this release include:
Fixes for the following security vulnerabilities:
InnoDB upgraded to version 5.6.14
FLUSH ... FOR EXPORT works
Added a new read-only server variable malloc_library
Bundled PCRE library upgraded to version 8.34
The CREATE OR REPLACE TABLE 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
, orDROP TABLE
. When the slave comes back up it can replay the statement without any data loss if needed.As part of this change, the slave-ddl-exec-mode variable was added. It specifies how
CREATE TABLE
andDROP TABLE
statements are replicated.
For a complete list of changes made in MariaDB 10.0.8, with links to detailed information on each push, see the changelog.
Fedora, Ubuntu, and Mint
As per the MariaDB Deprecation Policy, this will be the final release of MariaDB 10.0 for Fedora 18 "Spherical Cow", Ubuntu 13.04 "Raring", and Mint 15 "Olivia". When the next version of MariaDB 10.0 is released, repositories for these distributions will go away.
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?