All pages
Powered by GitBook
1 of 1

Loading...

MariaDB 10.1.13 Changelog

The most recent release of MariaDB 10.1 is:MariaDB 10.1.48 Stable (GA) Download Now

DownloadRelease NotesChangelogOverview of 10.1

Release date: 25 Mar 2016

For the highlights of this release, see the release notes.

The revision number links will take you to the revision's page on GitHub. On GitHub you can view more details of the revision and view diffs of the code modified in that revision.

  • Revision #9f5b285 2016-03-24 09:45:28 +0100

    • Followup for 2783fc7: return an error to the caller if mysql.proc cannot be opened

  • 2016-03-24 09:24:02 +0100

    • Merge branch '10.0' into 10.1

  • 2016-03-24 08:57:41 +0100

    • : Memory corruption in mariadb_dyncol_unpack

  • 2016-03-24 11:00:40 +0400

    • Ugly test removed for now.

  • 2016-03-23 12:16:39 +0400

    • - Wrong binlog order on concurrent DROP schema and CREATE function.

  • 2016-03-23 08:26:40 +0400

    • crash in Item::save_in_field with empty enum value

  • 2016-03-23 02:22:09 +0200

    • Fix sysvar tests - embedded and 32-bit

  • 2016-03-22 22:18:33 +0200

    • : Add reexecution test cases.

  • 2016-03-22 13:45:51 +0200

    • : Add REVOKE <role> as a command to PREPARE

  • 2016-03-21 22:14:49 +0200

    • : Roles aren't supported in prepared statements

  • 2016-03-21 17:47:15 +0200

    • : keyfile without any keys crashes mysqld on loading file_key_management plugin

  • 2016-03-21 17:38:52 +0200

    • Add an empty file to std_data for future testing purposes

  • 2016-03-22 23:26:39 +0400

    • MySQL Bug #11766693: LOG-SLOW-ADMIN-STATEMENTS AND LOG-SLOW-SLAVE-STATEMENTS NOT DISPLAYED.

  • 2016-03-22 19:18:48 +0100

    • Merge branch 'bb-10.1-serg' into 10.1

  • 2016-03-22 17:55:23 +0200

    • : Data Directory bug

  • 2016-03-22 10:53:28 +0100

    • Duplicate error in replication with slave triggers and auto increment

  • 2016-03-22 01:35:56 -0400

    • Merge branch '10.0-galera' into 10.1

  • 2016-03-16 19:39:19 -0400

    • : After updating mariadb server apt-configure fails

  • 2016-03-16 16:48:24 -0400

    • : Donor's rsync SST script hangs if FTWRL fails

  • 2016-03-16 16:44:43 -0400

    • : CREATE SERVER statement does not replicate in Galera Cluster

  • 2016-03-02 09:19:36 -0500

    • Fix galera_sync_wait_show test.

  • 2016-03-22 00:35:14 -0400

    • Merge branch '5.5-galera' into 10.0-galera

  • 2016-03-21 21:43:28 +0100

    • Merge branch 'connect/10.1' into 10.1

  • 2016-03-22 00:09:04 +0400

    • type error when setting session variable Allowing assigning of DECIMAL(N,0) values to INT-alike system variables.

  • 2016-03-18 16:54:05 +0100

    • build FAILs with GCC 5.1 with release supported "-std=c+11"

  • 2016-03-21 13:02:53 +0100

    • Merge branch '10.0' into 10.1

  • 2016-03-18 16:54:38 +0100

    • build FAILs with GCC 5.1 with release supported "-std=c+11"

  • 2016-03-21 11:54:45 +0100

    • Merge branch '5.5' into 10.0

  • 2016-03-17 15:12:57 +0100

    • : Always print "Engine-independent statistic" warnings and might be filtering columns unintentionally from engines

  • 2016-03-18 13:57:46 +0100

    • main.delayed fails sporadically

  • 2016-03-17 17:41:45 +0100

    • ASAN error in OQGraph engine

  • 2016-03-17 17:40:53 +0100

    • ASAN error in CONNECT engine

  • 2016-03-17 17:38:12 +0100

    • update tests and results

  • 2016-03-17 13:08:17 +0100

    • typo in a comment

  • 2016-03-17 13:08:06 +0100

    • fix extension_based_table_discovery for partitioned tables

  • 2016-03-17 12:02:28 +0100

    • Buffer overflow in extension_based_table_discovery()

  • 2016-02-27 20:08:59 +0100

    • Use /bin/sh

  • 2016-02-18 21:43:19 +0100

    • Crashes when replicating from 10.0

  • 2016-03-21 11:35:48 +0100

    • rpm: prefer the conditional %{?...} syntax

  • 2016-03-18 21:59:24 +0100

    • rpm: ignore /usr/lib/systemd and /usr/lib/systemd/system

  • 2016-03-18 13:28:58 +0100

    • yum/rpm update from 10.0 to 10.1 replaces/obsoletes ?

  • 2016-03-21 11:21:44 +0400

    • IN operator with ( num, NULL ) gives inconsistent result

  • 2016-03-17 22:03:09 +0100

    • Disappearing PRI from Key column after creating a trigger

  • 2016-03-17 18:55:39 +0100

    • don't do anything for AWS plugin unless it's enabled

  • 2016-03-19 19:40:25 +0100

    • Assertion 'm_status == DA_ERROR || m_status == DA_OK' failed in Diagnostics_area::message() ; connect.xml* tests fail in buildbot

  • 2016-03-19 12:02:03 +0100

    • Fix compile error when copying a string on itself.

  • 2016-03-17 18:06:25 +0100

    • main.mysqld--help failure with cracklib plugin

  • 2016-03-11 08:59:51 +0100

    • update plugins' maturity levels

  • 2016-03-18 20:53:18 +0200

    • : Checksum errors on restart when killing busy instance that uses encrypted XtraDB tables

  • 2016-03-16 19:49:17 +0100

    • : CREATE VIEW with GROUP BY or ORDER BY and constant produces invalid definition

  • 2016-03-18 16:55:11 +0100

    • build FAILs with GCC 5.1 with release supported "-std=c+11"

  • 2016-03-18 11:27:32 -0400

    • : wsrep_forced_binlog_format with binlog causes crash

  • 2016-03-18 17:50:18 +0400

    • Assertion 'length || !scale' failed in uint my_decimal_length_to_precision(uint, uint, bool) Wrong data type for COALEASCE(?,1) in prepared statements

  • 2016-02-28 20:53:07 +0400

    • Fixed plugins.cracklib_password_check failure

  • 2015-08-11 15:51:54 +0900

    • fix that mysqld aborts on exit if an open handlersocket connection remains

  • 2015-08-11 15:42:25 +0900

    • fix a memory leak in handlersocket

  • 2016-03-18 11:48:49 +0200

    • : Add used key_id to INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION

  • 2016-03-16 17:04:32 +0400

    • - Debian packaging for GSSAPI plugin

  • 2016-03-17 16:24:49 +0200

    • : Checksum errors on restart when killing busy instance that uses encrypted XtraDB tables

  • 2016-03-18 00:28:18 +0200

    • Extra space in the result file

  • 2016-03-17 21:29:52 +0100

    • Server crashes in lf_pinbox_real_free on replication slaves

  • 2016-03-17 17:58:40 +0100

    • mtr complains about klist is not found, if Kerberos is not installed on machines

  • 2016-03-17 10:45:15 +0100

    • mysqlcheck crashes with nonexistent table name

  • 2016-03-17 00:08:00 +0100

    • Fix crash when sorting a TBL table with thread=yes. This was because Tablist can be NULL when no lacal tables are in the list.

  • 2016-03-16 18:53:56 +0100

    • Fix compiler error.

  • 2016-03-16 13:43:06 +0400

    • Assertion '0' failed in Item_sum_field::get_tmp_table_field(). Removing a wrong ASSERT. Item_sum_field now uses the inherited Item::get_tmp_table_field().

  • 2016-03-16 12:21:38 +0400

    • Merge pull request #164 from iangilfillan/10.0

  • 2016-03-15 14:41:29 +0200

    • Update sponsors

  • 2016-03-15 10:46:33 +0200

    • Merge pull request #160 from grooverdan/crc32_power_abi_fix

  • 2016-03-13 20:29:14 +0100

    • : AWS KMS encryption plugin

  • 2016-03-10 17:12:58 +0100

    • Provide a way to reenable DISABLED plugin with -DPLUGIN_${NAME}=STATIC|DYNAMIC

  • 2016-03-13 15:37:47 +0200

    • Add check to avoid NULL-pointer access if encryption information is not available. Clarify system tablespace page 0 check.

  • 2016-03-12 17:50:57 +0200

    • Sporadic test failure: sys_vars.innodb_buffer_pool_load_now_basic

  • 2016-03-12 13:43:33 +0200

    • : Trying to decrypt a not encrypted page

  • 2016-03-11 13:36:29 +0200

    • : Server hangs after select count(distinct name) from t2 where a=8366 and b>=5 and b<=5;

  • 2016-03-10 13:08:34 +0400

    • Fixed false errors returned by logrotate script

  • 2016-03-09 09:55:13 +0400

    • Merge pull request #162 from iangilfillan/10.0

  • 2016-03-08 15:24:01 +0200

    • Update AskMonty and Atlassian references to MariaDB

  • 2016-03-08 09:06:02 +0100

    • bump the version

  • 2016-03-08 11:31:45 +1100

    • : power crc32: Per the PPC64 ABI, v20-v31 are non-volatile registers

  • 2016-03-07 14:25:02 +0400

    • Merge pull request #159 from ottok/ok-debpkg-10.0

  • 2016-03-04 10:13:41 +0100

    • Server crashes in Item::basic_const_item on numerous nested NULLIFs

  • 2016-03-04 10:09:17 +0100

    • Assertion '0' failed in Item_cache_row::illegal_method_call on 2nd execution of PS with NULLIF

  • 2016-03-03 18:44:10 +0100

    • NULLIF assertions

  • 2016-02-26 12:07:07 +0100

    • select nullif(count(col1),0) gives wrong result if in a view

  • 2016-03-05 16:25:23 +0100

    • update sysvar_innodb,32bit,xtradb.rdiff

  • 2016-03-04 02:09:37 +0200

    • Fix spelling: occurred, execute, which etc

  • 2016-03-03 08:40:49 +0100

    • : Shutdown takes forever with many replication channels

  • 2016-03-01 21:10:59 +0100

    • : GROUP_CONCAT truncate output to 65.536 chars when using DISTINCT or ORDER BY

  • 2016-03-01 10:45:33 +0400

    • Merge pull request #158 from ottok/ok-debpkg-10.0

  • 2016-02-29 23:02:53 +0200

    • : Don't emit any "deb-systemd-helper not found" warnings

  • 2016-02-26 10:49:19 -0500

    • : Donor's rsync SST script hangs if FTWRL fails

  • 2016-02-26 03:02:07 +0200

    • sys_vars.secure_file_priv fails sporadically if it's executed with --mem

  • 2016-02-26 00:25:55 +0200

    • tokudb.cluster_filter_unpack_varchar_hidden fails sporadically in buildbot

  • 2016-02-24 23:32:37 -0500

    • Fix to ensure updates in gtid_slave_state table do not get binlogged.

  • 2016-02-24 17:40:12 -0500

    • Skip galera_sync_wait_show.test on non-debug builds.

  • 2016-01-24 17:41:11 +0100

    • Test main.events_2 incompatible with Debian reproducibility testing framework

Revision #2cb72dc
Revision #f6d99a0
MDEV-9773
Revision #4374501
Revision #2783fc7
MDEV-717
Bug #1003679
Revision #e4435b5
MDEV-9604
Revision #f66303d
Revision #29753fb
MDEV-9443
Revision #287f2d2
MDEV-9443
Revision #c4bef7a
MDEV-9443
Revision #16ddd18
MDEV-9613
Revision #8e04857
Revision #0a4a78a
MDEV-6058
Revision #fd6c5886
Revision #f71c45c
MDEV-9678
Revision #e0c136b
MDEV-9737
Revision #37f915c
Revision #52ce743
MDEV-9382
Revision #df3ad11
MDEV-9598
Revision #d31d6d3
MDEV-9696
Revision #000f76d
Revision #7c42b47
Revision #d5a8051
Revision #537fc57
MDEV-9516
Revision #e984159
MDEV-9527
Revision #3b0c7ac
Revision #22ebf3c
MDEV-9527
Revision #98ea806
Revision #e8af217
MDEV-9590
Revision #b9e5718
MDEV-9679
Revision #d158ba62
Revision #a2de604
Revision #2ed882f
Revision #620d975
Revision #7baff9f
Revision #8b9432f
MDEV-9698
Revision #ee68777
Revision #e69c6e8
MDEV-9560
Mariadb 10.1
Revision #e7cf898
Revision #c03433d
Revision #14771bd
MDEV-9660
Revision #9476854
MDEV-9369
Revision #2390325
MDEV-9629
Revision #b24a04c
Revision #a1782b4
MDEV-9739
Revision #59c4675
Revision #d70697b
Revision #3fdc614
Revision #7cb16dc
MDEV-9422
Revision #4fdac6c
MDEV-9701
Revision #11b77e9
MDEV-9527
Revision #9c89b84
MDEV-9401
Revision #b25373b
MDEV-9653
MDEV-9752
Revision #546e913
Revision #1c84836
Revision #4f0fc0f
Revision #ee768d8
MDEV-9640
Revision #4aac51d
MDEV-9587
Revision #f448a80
MDEV-9422
Revision #96a7e74
Revision #fc2c1e4
MDEV-9733
Revision #d1e6c40
Revision #0b9fb9a
MDEV-9568
Revision #b80b292
Revision #7829cef
MDEV-9603
Revision #9b53d84
MDEV-9656
Revision #3badfe0
Revision #497800e
Revision #d5d0c35
Revision #46089d7
MDEV-9659
Revision #517584d
Revision #a123264
Revision #0125e58
MDEV-9713
Revision #f341d94
MDEV-9549
Revision #8103526
MDEV-9667
Revision #8942824
Revision #d7721fc
Revision #6befd84
Revision #8c2fd55
Revision #5ea894a
MDEV-9699
Revision #3c37f35
Revision #33d2984
MDEV-9683
Revision #70f5fab
MDEV-9682
Revision #ff93b77
MDEV-9641
MDEV-9644
Revision #5a3a79c
MDEV-9637
Revision #c689e93
Revision #1777fd5
Revision #f825191
MDEV-9595
Revision #6c414fc
MDEV-5542
Revision #c3071af
Revision #802843e
MDEV-9643
Revision #66832b6
MDEV-9598
Revision #c29e450
MDEV-4070
Revision #e7d50ef
MDEV-7907
Revision #0251232
Revision #01897db
Revision #ceba41c
MDEV-9299

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

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