MariaDB 10.1.7 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: 9 Sep 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.7 is a Release Candidate (RC) release.

For an overview of MariaDB 10.1 see the What is MariaDB 10.1? page.

Thanks, and enjoy MariaDB!

Notable Changes

  • XtraDB updated to XtraDB-5.6.25-73.1
  • MariaDB can now also encrypt binary logs (including relay logs). To enable binary logs encryption make sure that an encryption plugin is loaded and add encrypt-binlog to your my.cnf file.
  • The sql_log_bin variable no longer affects the replication of events in a Galera cluster.
  • SQL standards-compliant behavior when dealing with Primary Keys with Nullable Columns.
  • Default values of server variables were changed as follows:
Variable nameOld valueNew value
join_buffer_size128K256K
max_allowed_packet1M4M
query_cache_size01M
query_cache_typeONOFF
secure_authOFFON
sql_modeNO_ENGINE_SUBSTITUTION,NO_AUTO_CREATE_USER
sync_master_info010000
sync_relay_log010000
sync_relay_log_info010000
table_open_cache4002000
  • One can now explicitly request MariaDB to select a good value for certain command-line options by using the --autoset prefix. For example, in my.cnf:
[mysqld]
autoset-back-log

At the moment only the back-log and host-cache-size options support this prefix.

For a complete list of changes made in MariaDB 10.1.7, 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.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.