The most recent release in the MariaDB 10.0 series is:MariaDB 10.0.38 Download Now
DownloadRelease NotesChangelogOverview of 10.0
Release date: 30 Apr 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 #9eba34f 2016-04-28 22:18:15 +0200
Fix crash due to heap corruption in main.shm
2016-04-28 21:59:23 +0400
- Insert cast to suppress -Wdynamic-class-memaccess
2016-04-27 18:16:03 +0200
Fix msxml6 search in Connect engine on Windows, as it fails on new builders.
2016-04-27 08:34:35 +0200
after-merge fixes for failures in buildbot
2016-04-26 23:48:18 +0200 - Merge branch 'connect/10.0' into 10.0
2016-04-25 11:41:48 +0200 - Merge branch 'ob-10.0' into 10.0
2016-04-25 00:13:06 +0200 *
Fix an error causing MYSQL table to fail saying "no result set" when joining a table to a MYSQL indexed table. modified: storage/connect/myconn.cpp modified: storage/connect/myconn.h modified: storage/connect/tabmysql.cpp
2016-03-25 18:11:21 +0100 - Merge branch 'ob-10.0' into 10.0
2016-03-25 12:46:42 +0100 *
Fix . Avoid buffer overflow when setting partname. modified: storage/connect/ha_connect.cc modified: storage/connect/ha_connect.h
2016-03-25 11:11:25 +0100
Bigger partname to avoid
2016-03-24 23:36:39 +0100 *
Fix . Connection was not recognized in the option list. This was a regression bug. modified: storage/connect/ha_connect.cc modified: storage/connect/mysql-test/connect/r/part_table.result modified: storage/connect/mysql-test/connect/t/part_table.test
2016-03-19 13:32:28 +0100 - Merge branch 'ob-10.0' into 10.0
2016-03-19 12:13:36 +0100 *
Fix compile error when copying a string on itself. modified: storage/connect/value.cpp
2016-03-17 10:17:42 +0100 - Merge branch 'ob-10.0' into 10.0
2016-03-16 23:56:43 +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. modified: storage/connect/tabtbl.cpp modified: storage/connect/mysql-test/connect/r/tbl.result modified: storage/connect/mysql-test/connect/t/tbl.test
2016-03-16 19:17:55 +0100 *
Fix compiler error. modified: storage/connect/tabmysql.cpp
2016-02-20 10:40:32 +0100 - Merge branch 'ob-10.0' into 10.0
2016-02-20 01:02:48 +0100 *
Fix to be testing for void result. modified: storage/connect/tabodbc.cpp
2016-04-26 23:43:48 +0200 - Merge branch 'merge-xtradb-5.6' into 10.0
2016-04-26 19:07:11 +0200
5.6.29-76.2
2016-04-26 23:20:32 +0200 - Merge branch 'merge-innodb-5.6' into 10.0
2016-04-26 19:05:10 +0200
5.6.30
2016-04-26 23:05:26 +0200 - Merge branch '5.5' into 10.0
2016-04-26 16:15:15 +0400
- gen_lex_hash leaks memory, making LeakSanitizer builds fail
2016-04-26 12:58:14 +0200
Full-text search of the utf8mb4 column causes crash
2016-04-26 11:49:35 +0200
disable main.wait_timeout_not_windows for embedded
2016-04-25 18:59:41 +0200
Wrong error message (Unknown error) when idle sessions are killed after wait_timeout
2016-04-23 12:19:40 +0200
support SEARCH_RANGE in search_pattern_in_file.inc
2016-04-24 13:36:51 +0400
- main.partition_innodb_plugin fails sporadically
2016-04-07 10:47:46 +0300
:Adding Constraint with no database reference results in ERROR 1046 (3D000) at line 13: No database selected.
2016-04-23 12:15:18 +0400
Fixed compilation failure due to unused var.
2016-04-22 12:57:39 +0400
- main.sp-threads fails sporadically
2016-04-22 09:10:00 -0400
bump the VERSION
2016-04-22 16:04:20 +0400
select 100 between 1 and 9223372036854775808 returns false
2016-04-20 20:25:46 +0200 - Merge branch 'bb-5.5-serg' into 5.5
2016-04-20 18:56:41 +0200 - Merge branch 'merge-xtradb-5.5' into 5.5
2016-04-18 17:38:05 +0200
5.5.48-37.8
2016-04-20 18:27:23 +0200
use consistent error messaging for IGNORE
2016-04-20 15:28:44 +0200
trivial optimization
2016-04-20 15:26:37 +0200
another test case for ER_DATA_OUT_OF_RANGE on insert
2016-04-20 15:25:55 +0200 - Merge branch 'mysql/5.5' into 5.5
2016-04-19 11:08:16 +0200
fix a couple of dbug tests not to write to /tmp
2016-04-18 18:30:42 +0200
Valid password is not working after server restart
2016-04-18 11:57:34 +0200
make fail @ ".../libmysql_versions.ld:155:9: invalid use of VERSION in input file"
2016-04-17 19:52:15 +0200
Client doesn't start if 'TERM' unknown
2016-04-17 18:51:54 +0200
MAX(timestamp(6) column) in correlated sub-query returns non-existent row data in original table
2016-04-16 17:36:47 +0200
MariaDB segfaults on command "mysqld --version" with ignore-db-dir option on /etc/my.cnf
2016-04-16 12:39:20 +0200
--tc-heuristic-recover option values off by one
2016-04-16 10:28:03 +0200
LC_TIME_NAMES=de_AT; unusual name for february
2016-03-29 12:50:56 +0200
Include Twin (mysys_err.h is included twice in mysys/my_copy.c)
2016-04-20 19:03:59 +0200
Connection lost when using SSL
2016-04-19 16:16:13 +0400
- TokuDB fails to compile with gcc 5.2.1
2016-04-20 00:36:58 +0300
Debian packages install broken 'maria' test suite which cannot be run
2016-04-20 11:11:13 +0400
"datetime >= coalesce(c1(NULL))" doesn't return expected NULL
2016-04-20 11:02:34 +0400
Assertion `precision || !scale' failed in my_decimal_precision_to_length_no_truncation(uint, uint8, bool)
2016-04-20 08:53:30 +0400
Crash with CASE WHEN TRUE THEN COALESCE(CAST(NULL AS UNSIGNED)) ELSE 4 END
2016-04-19 14:05:52 +0400
- main.kill_processlist-6619 fails sporadically
2016-04-19 12:38:00 +0400
- main.events_2 fails sporadically
2016-04-18 23:15:15 +0400
Least function returns 0000-00-00 for null date columns instead of null
2016-04-02 00:04:47 +0400
Illegal mix of collation, when comparing column with CASE expression
2016-04-26 17:00:47 +0200
Trigger on normal table can't insert into CONNECT engine table - Access Denied
2016-04-26 20:11:40 +0300
Fixed mutex that wasn't properly unlocked (typo in last patch)
2016-04-26 14:37:19 +0400
mysqlbinlog does not accept ssl-ca option as expected. Added SSL support to the mysqlbinlog.
2016-04-26 12:22:02 +0300
Fix for main.delayed fails sporadically
2016-04-25 15:37:24 +0300
Fixed failing test cases and compiler warnings - Fixed wait condition in kill_processlist-6619 - Updated Ssl_chiper for openssl tests - Added supression for valgrinds when using libcrypto - Fixed wrong argument to pthread_mutex in server_audit.c when compiling with debug - Adding missing debug_sync_update() to debug_sync.h - Added initializers to some variables and fixed error handling in jsonudf.cpp - Fixed cluster_filter_unpack_varchar which doesn't have a stable index type. - Updated compiler_warnings.supp
2016-04-24 11:18:59 +0200
solaris sparc build fails on 10.0
2016-04-23 18:49:19 +0200
tests -DDEFAULT_CHARSET=utf8 -DDEFAULT_COLLATION=utf8_general_ci
2016-04-22 13:15:04 +0200
mysql-test - main.func_encrypt_ucs2 fails if FIPS=1
2016-04-22 13:13:48 +0200
mysql-test - main.func_encrypt fails if FIPS=1
2016-04-22 13:10:14 +0200
mysql-test - main.func_crypt fails if FIPS=1
2016-04-22 08:46:38 +0200
altering a column comment does a full copy
2016-04-22 08:25:36 +0200
Altering a partitioned table comment does a full copy
2016-04-22 08:16:06 +0200
comment
2016-04-21 14:51:37 +0200
SHOW GRANTS FOR <current_user> fails
2016-04-09 22:39:22 +0930
Comment from
2016-01-22 21:13:33 +1030
Fix for , as per Jira comments of 2015-11-16 and 2015-11-30
2016-04-21 10:04:26 +0200
INSTALL SONAME 'ha_connect'
2016-04-22 15:30:10 +0400
- Debian: the Lintian complains about "shlib-calls-exit" in ha_oqgraph.so
2016-04-21 16:51:00 +0400
- Assertion `next_insert_id == 0' failed in handler::ha_external_lock
2016-04-22 11:36:10 +0300
Improve error diagnostics on I/O errors. If node->name is NULL try to use space->name instead.
2016-04-21 10:52:52 +0300
: [ERROR] mysqld got signal 11 during ALTER TABLE name COLUMN ADD
2016-04-21 08:18:54 -0700
SEGFAULT in get_column_grant()
2016-04-20 18:20:31 +0400
- Debian: the Lintian complains about "shlib-calls-exit" in handlersocket.so - Debian: the Lintian complains about "shlib-calls-exit" in ha_spider.so
2016-04-04 17:04:14 +0300
Sporadic test failure: sys_vars.innodb_buffer_pool_load_now_basic
2016-03-24 08:57:41 +0100
: Memory corruption in mariadb_dyncol_unpack
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-18 16:55:11 +0100
build FAILs with GCC 5.1 with release supported "-std=c+11"
2016-03-17 21:29:52 +0100
Server crashes in lf_pinbox_real_free on replication slaves
2016-03-17 10:45:15 +0100
mysqlcheck crashes with nonexistent table name
2016-02-26 03:02:07 +0200
sys_vars.secure_file_priv fails sporadically if it's executed with --mem
2016-01-24 17:41:11 +0100
Test main.events_2 incompatible with Debian reproducibility testing framework
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-18 00:28:18 +0200
Extra space in the result file
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-12 17:50:57 +0200
Sporadic test failure: sys_vars.innodb_buffer_pool_load_now_basic
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-07 14:25:02 +0400 - Merge pull request #159 from ottok/ok-debpkg-10.0
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 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 00:25:55 +0200
tokudb.cluster_filter_unpack_varchar_hidden fails sporadically in buildbot
2016-02-18 09:22:41 +0100
connect engine compiler warnings
This page is licensed: CC BY-SA / Gnu FDL