The most recent release of MariaDB 10.1 is:MariaDB 10.1.48 Stable (GA) Download Now
Download | Release Notes | Changelog | Overview of 10.1
Release date: 2 Mar 2015
MariaDB 10.1 is the current development series of MariaDB. It is an evolution of MariaDB 10.0 with several entirely new features not found anywhere else and with backported and reimplemented features from MySQL 5.6 and 5.7.
MariaDB 10.1.3 is a Beta release. One should not expect any notable new features or incompatible interface changes in 10.1 after this release.
For an overview of MariaDB 10.1 see theWhat is MariaDB 10.1? page.
Thanks, and enjoy MariaDB!
This is the first beta release in the MariaDB 10.1 series. One should not expect any notable new features or incompatible interface changes in 10.1 after this release.
.
() and two new associated system variables:
Consistent support for IF EXISTS, IF NOT EXISTS, and OR REPLACE clauses:
These statements now also support IF NOT EXISTS and OR REPLACE:
Do not use beta releases on production systems!
Repositories exist for 10.1, but because 10.1 is still Beta, they are not visible in the . To configure a 10.1 apt, yum, or zypper repository using the tool, simply select 10.0 and then when executing the instructions, manually change all occurrences of '10.0' to '10.1'.
For a complete list of changes made in , with links to detailed information on each push, see the .
Enhanced semisync replication (MDEV-162)
Dump Thread Enhancements from Google (MDEV-7257)
The system variable for permitting dirty Galera reads.
new read-only server variable that shows the version of currently used SSL library.
new command-line option --getopt-prefix-matching that makes it possible to disable historical "unambiguous prefix" matching in the command-line option parsing.
table has a new IS_DEFAULT column (MDEV-6918). See .
table has a new ALGORITHM column (MDEV-6731).
Improved concurrency: table definition cache now has lock-free implementation completely avoiding any global locks.
now supports and prints more optimizations (range+MRR, "range checked for each record", full scan on NULL key, expensive constants, etc)
This page is licensed: CC BY-SA / Gnu FDL