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: 7 Dec 2014
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.
This is an Alpha release.
For an overview of MariaDB 10.1 see theWhat is MariaDB 10.1? page.
Thanks, and enjoy MariaDB!
This is the third alpha release in the series.
Notable changes of this release include:
option to use the MySQL-5.6 low level formats to store , and types. ()
Support for Spatial Reference systems for the GIS data (), new REF_SYSTEM_ID column attribute can be used to specify Spatial Reference System ID for columns of spatial data types:
It can be queried via the table.
table.
More functions from the standard added ():
Do not use alpha releases on production systems!
Repositories exist for 10.1, but because 10.1 is still Alpha, 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 .
Per-query variables - see (MDEV-5231)
Scalability fixes (MDEV-7004). Up to 60% higher throughput in sysbench benchmarks on Power8.
password validation plugin. It can enforce a minimum password length and guarantee that a password contains at least a specified number of uppercase and lowercase letters, digits, and punctuation characters.
Assisted discovery in the OQGRAPH Storage Engine (MDEV-5871)
password validation plugin. It only allows passwords that are strong enough to pass CrackLib test. This is the same test that pam_cracklib.so does, installed by default on many Linux distributions.
The number of rows affected by a slow UPDATE or DELETE is now recorded in the - see also . (MDEV-4412)
now supports microseconds in the timeout, no longer rounding fractions to the nearest integer (MDEV-4018)
domain_id based replication filters - see (MDEV-6593)
Two new Information Schema tables for examining wsrep information, and (MDEV-7053)
innodb_log_compressed_pages is now set to OFF by default.
The Facebook Prefix Index Queries Optimization (MDEV-6929), enabled with innodb_prefix_index_cluster_optimization and two new status variables, and to track its effectiveness.
Default size of changed from 8192 to 16384 and from 8192 to 24576 to avoid the need for simple queries with one join to call my_malloc.
Other Webscale patches (MDEV-6039)
Out parameters in PREPARE were removed, as it was decided to rather implement the feature in a standard way.
CREATE TABLE t1(g GEOMETRY(9,4) REF_SYSTEM_ID=101);This page is licensed: CC BY-SA / Gnu FDL