All pages
Powered by GitBook
1 of 1

Loading...

MariaDB 10.1.2 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: 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!

Notable Changes

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)

  • (MDEV-6109)

  • Scalability fixes (MDEV-7004). Up to 60% higher throughput in sysbench benchmarks on Power8.

  • Password validation plugin API (MDEV-6431).

  • 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.

  • MariaDB 10.1
    MDEV-5528
    MDEV-60
    OGC
    MDEV-4045
    repository configuration tool
    MariaDB 10.1.2
    changelog
    CREATE TABLE t1(g GEOMETRY(9,4) REF_SYSTEM_ID=101);

    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 page.

    Distributions which Include MariaDB
    --mysql56-temporal-format
    TIME
    DATETIME
    TIMESTAMP
    INFORMATION_SCHEMA.GEOMETRY_COLUMNS
    INFORMATION_SCHEMA.SPATIAL_REF_SYS
    ST_Boundary
    ST_ConvexHull
    ST_IsRing
    ST_PointOnSurface
    ST_Relate
    SET STATEMENT
    EXPLAIN FORMAT=JSON
    simple_password_check
    cracklib_password_check
    slow query log
    mysql.slow_log Table
    GET_LOCK()
    CHANGE MASTER TO
    WSREP_MEMBERSHIP
    WSREP_STATUS
    Innodb_secondary_index_triggered_cluster_reads
    Innodb_secondary_index_triggered_cluster_reads_avoided
    query_alloc_block_size
    query_prealloc_size

    This page is licensed: CC BY-SA / Gnu FDL