MariaDB 10.1.3 Release Notes
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 the What is MariaDB 10.1? page.
Thanks, and enjoy MariaDB!
Major new features
- Table and Tablespace Encryption.
- Optimistic mode of in-order parallel replication (MDEV-6676) and two new associated system variables:
- Enhanced semisync replication (MDEV-162)
Other notable changes
- Consistent support for
IF EXISTS
,IF NOT EXISTS
, andOR REPLACE
clauses:- These statements now also support
IF NOT EXISTS
andOR REPLACE
: - These statements now support
IF EXISTS
:
- These statements now also support
- InnoDB/XtraDB Page compression now supports snappy compression method
- Dump Thread Enhancements from Google (MDEV-7257)
- The wsrep_dirty_reads system variable for permitting dirty Galera reads.
- new read-only server variable version_ssl_library 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. - INFORMATION_SCHEMA.APPLICABLE_ROLES table has a new
IS_DEFAULT
column (MDEV-6918). See SET DEFAULT ROLE. - INFORMATION_SCHEMA.VIEWS table has a new
ALGORITHM
column (MDEV-6731). - Improved concurrency: table definition cache now has lock-free implementation completely avoiding any global locks.
- EXPLAIN FORMAT=JSON now supports and prints more optimizations (range+MRR, "range checked for each record", full scan on NULL key, expensive constants, etc)
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 repository configuration tool. 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 MariaDB 10.1.3, with links to detailed information on each push, see the changelog.
Be notified of new MariaDB Server releases automatically by subscribing to the MariaDB Foundation community announce 'at' lists.mariadb.org announcement list (this is a low traffic, announce-only list). MariaDB plc customers will be notified for all new releases, security issues and critical bug fixes for all MariaDB plc products thanks to the Notification Services.
MariaDB may already be included in your favorite OS distribution. More
information can be found on the
Distributions which Include MariaDB
page.