The most recent release of MariaDB 10.2 is:MariaDB 10.2.44 Stable (GA) Download Now
DownloadRelease NotesChangelogOverview of 10.2
Release date: 17 Jun 2019
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 #21eed902f3 2019-06-14 21:23:53 +0300
Updated list of unstable tests for 10.2.25
2019-06-14 12:28:51 +0200
ASAN use-after-poison in tree_insert() in main.func_gconcat
Merge 2019-06-13 16:42:21 +0200 - Merge branch '10.1' into 10.2
Merge 2019-06-12 22:54:46 +0200 - Merge branch '5.5' into 10.1
2019-06-11 12:02:26 +0300
: Avoid COST_MULT(records, 1)
2019-06-10 22:38:55 -0700
Another complement
2019-06-09 10:39:52 -0700
Unrelated JOINs corrupt usage of 'WHERE function() IN (subquery)'
2019-05-22 21:56:36 +0200
update query stopped working after mariadb upgrade 10.2.23 -> 10.2.24
2019-05-22 22:05:56 +0200
cleanup
2019-04-11 15:46:39 +0300
Make use of clang-format
2019-05-28 23:26:36 -0700
Complement
2019-05-28 14:53:08 -0700
Wrong results from query, using left join.
2019-06-13 16:31:06 +0530
buf_fix_count > 0 for corrupted page when it exits the LRU list
2019-06-13 13:18:54 +0300
Galera test cleanup.
2019-06-12 19:18:47 +0300
Clean up the test innodb.innodb-64k-crash
Merge 2019-06-12 19:12:00 +0300 - Merge 10.1 into 10.2
2019-06-12 19:02:08 +0300
encryption.innodb_lotoftables failed in buildbot with wrong result
Merge 2019-06-12 16:28:45 +0300 - Merge 10.1 into 10.2
2019-06-12 12:50:19 +0300
Removed references to deprecated option innodb_locks_unsafe_for_binlog
2019-06-12 13:09:41 +0400
- MariaDB crashes because of "long semaphore wait"after migrating from 10.1 to 10.3
2019-06-12 16:17:23 +0300
: Remove some broken InnoDB systemd code
Merge 2019-06-12 10:25:34 +0300 - Merge 10.1 into 10.2
2019-06-12 12:25:00 +0530
InnoDB fails to start upon crash recovery with "[ERROR] InnoDB: Redo log crypto: failed to decrypt log block"
2019-06-12 12:17:13 +0530
InnoDB fails to start upon crash recovery with "[ERROR] InnoDB: Redo log crypto: failed to decrypt log block"
2019-06-07 12:24:27 +0400
- Disable _FORTIFY_SOURCE for ASAN builds
2019-06-05 19:42:21 +0200
MY_CHECK_{C,CXX}_COMPILER_FLAG do not work on with localized gcc messages
2019-06-03 12:42:36 +0400
Wrong charset is chosen when opening a pre-4.1 table
2019-05-31 15:24:40 +0400
Add class Sql_cmd_create_table
2019-05-30 19:34:08 +0400
- calculation inside sizeof() warning
2019-05-30 12:11:57 +0530
: typo in error log
2019-05-29 17:35:29 +0530
: Blackhole table updates on slave fail when row annotation is enabled
2019-05-28 14:20:39 +0530
: Blackhole table updates on slave fail when row annotation is enabled
2019-06-12 08:24:30 +0300
: Galera test failure on
2019-06-10 18:15:25 +0300
Incorrect error handling in ALTER TABLE
2019-06-08 02:28:29 +0300
: JOIN::pseudo_bits_cond is not visible in EXPLAIN FORMAT=JSON
2019-06-07 00:07:14 +0200
Fix mysql-test-run.pl to work after d6d5c168cf1
2019-06-06 16:38:03 +0300
Fixed typo in Config.pgm
2019-06-06 15:25:15 +0300
Support skip-plugin-load
2019-06-06 15:23:12 +0300
Fixed that test suite doesn't remove duplicate options
2019-06-06 12:49:34 +0530
Import tablespace doesn't work with ROW_FORMAT=COMPRESSED encrypted tablespace
2019-02-27 08:31:35 +0000
fix : failed to flashback large-size binlog file
2019-06-05 16:36:51 +0530
InnoDB crashes when trying to recover a corrupted page
2019-06-04 12:41:52 +0530
: Assertion `global_status_var.global_memory_used == 0' failed when using UDF , window functions and views
2019-05-18 11:38:43 +0200
update a test result, followup fae6539ef72
2019-06-02 16:30:33 +0300
Fixed bug in online alter table when not compiled with performance schema
2019-06-02 13:53:48 +0300
Supress some valgrind warnings
2019-06-02 13:53:16 +0300
Fixed compiler warning
2019-06-02 11:47:36 +0300
Ensure that tests and programs can restore variables
2019-06-02 11:35:12 +0300
Fix plugin linking on Windows
2019-06-03 13:52:33 +0200
Fix linking error, for GNU linker.
2019-06-03 09:55:40 +0200
Only link mysys_ssl when required.
2019-05-24 13:09:13 +0300
: ASAN heap-use-after-free in _ma_get_status upon concurrent operations with sequence
2019-05-30 20:59:34 +0300
Define page_id_t in buf0types.h
2019-05-30 17:19:13 +0400
Lintian complains about script-not-executable
2019-05-22 12:53:35 +0200
Add missing script header
2019-05-29 13:03:32 +0300
: Suppress an error also on Windows
2019-05-29 11:20:56 +0300
: Avoid infinite loop of reading a corrupted page
2019-05-29 08:28:15 +0300
Speed up buildbot by requiring --big-test for some slow tests
2019-05-29 08:14:49 +0300
: Add a forgotten test case
2019-05-28 16:43:02 +0300
innodb_force_recovery=5 crash on DROP SCHEMA
2019-05-28 18:31:20 +0530
Replace mysql_version check with frm_version for virtual columns inside InnoDB
Merge 2019-05-28 15:56:24 +0300 - Merge 10.1 into 10.2
2019-05-28 15:24:32 +0300
: Fix innodb_plugin on Windows
Merge 2019-05-28 11:25:45 +0300 - Merge 5.5 into 10.1
2019-05-27 19:08:00 -0700
Assertion `join->best_read < double(1.79769313486231570815e+308L)' or server crashes in JOIN::fix_all_splittings_in_plan after EXPLAIN
2019-05-22 00:52:15 +0200
make CPACK_RPM_DEBUGINFO_PACKAGE configurable from the command-line
2019-05-20 18:23:10 +0200
Add ASAN-poisoned redzones for MEM_ROOT
2018-11-28 13:25:43 +0300
Add ASAN-poisoned redzones for MEM_ROOT and mem_heap_t
2019-05-19 11:44:34 -0700
Crash in convert_join_subqueries_to_semijoins : Correction
2019-05-28 10:50:17 +0300
SET GLOBAL innodb_ deadlock due to LOCK_global_system_variables
2019-05-28 08:07:45 +0300
: Remove the wrapper my_log2f()
2019-05-21 09:20:49 +0300
Mention the sample IPv4 address 10.0.0.1
2019-05-23 21:12:14 +0300
Assertion `thd_killed(thd) || !m_active_tranxs ..
2019-05-14 23:58:56 -0700
RIGHT JOIN hangs in MariaDB
2019-05-22 12:20:02 +0300
Stale files cause intermittent failure when ordering is unfortunate
2019-05-20 17:44:55 +0530
: Plan changes from hash_index_merge to index_merge with new optimizer defaults
2019-05-21 14:54:03 +0200
: Document mysqlimport option ignore-foreign-keys
2019-05-17 20:32:51 +0530
InnoDB skips the tablespace in rotation list
2019-05-23 14:25:54 +0530
InnoDB crashes when trying to recover a corrupted page
2019-05-27 21:28:33 +0530
create_table_def fails when virtual column is present between stored columns
2018-11-22 14:51:31 +1100
RocksDB: use crc32c optimised version for POWER
2019-05-16 11:04:39 +0300
: mariadb-backup.incremental_backup failed in buildbot with Failing assertion: byte_offset % OS_FILE_LOG_BLOCK_SIZE == 0
2019-05-24 10:22:34 +0300
Declare INFORMATION_SCHEMA.INNODB_SYS_VIRTUAL stable
Merge 2019-05-21 15:45:52 +0300 - Merge 10.1 into 10.2
2019-05-17 19:17:19 +0300
Better comment from Monty for code in make_join_select
2019-05-14 10:50:49 +0300
: galera mtr test galera_evs_suspect_timeout crashed
2019-05-13 13:23:52 +0300
: Timeout in wait_condition.inc for PROCESSLIST
2019-05-13 11:31:01 +0300
: Test failure on galera.galera_gcs_fc_limit
2017-09-05 16:24:29 +0300
Fixed monitor.test to handle statistics >= 10
2019-05-20 17:45:32 +0400
Malicious SUPER user can possibly change audit log configuration without leaving traces.
2019-05-20 17:00:21 +0300
Remove UT_NOT_USED
2019-05-16 16:36:20 +0530
: rpl_parallel_temptable result mismatch '-33 optimistic'
2019-05-19 23:50:23 +0400
Malicious SUPER user can possibly change audit log configuration without leaving traces.
2019-05-14 10:50:49 +0300
: galera mtr test galera_evs_suspect_timeout crashed
2019-05-13 13:23:52 +0300
: Timeout in wait_condition.inc for PROCESSLIST
2019-05-13 11:31:01 +0300
: Test failure on galera.galera_gcs_fc_limit
2019-05-17 16:52:05 +0200
restore the correct test result
2019-05-17 11:53:58 +0400
Implement JSON_MERGE_PATCH.
2019-05-17 13:01:00 +0530
: eq_range_index_dive_limit cannot be configured in server.cnf Fixed, now server can be configured with eq_range_index_dive_limit set in cnf file
2019-05-16 20:28:00 +0400
Fixed rocksdb.mariadb_plugin on Windows
2019-05-16 18:30:31 +0300
show tables fails when selecting the information_schema database
2019-05-16 18:27:28 +0400
Issue #904: Crash in rocksdb::IOStatsContext::Reset, this=NULL Fix both code paths: - Change the test source code so it doesn't cause the "Unused variable" warning (which -Werror converted into error and caused CMake not to set HAVE_THREAD_LOCAL)
2019-05-16 17:48:47 +0400
- Split rocksdb.locking_issues
2019-05-16 12:41:19 +0400
Fixed RocksDB to follow THD ha_data protocol
2019-05-16 14:54:54 +0400
Fixed InnoDB to not use broken thd_ha_data()
2019-05-16 14:17:22 +0300
: Add a test case
Merge 2019-05-16 11:55:18 +0300 - Merge 10.1 into 10.2
2019-05-16 13:49:47 +0530
Fixed the case when statistics were not getting read because we had the statistics tables in the FROM list of the select. The statistics for tables are not read in such cases, so we need to check this case separately.
2019-05-15 01:38:28 +0530
: Assertion `field->table->stats_is_read' failed in is_eits_usable
2019-05-13 12:30:35 +0300
mysqlimport should support the ability to disable foreign keys
2019-05-14 17:59:47 +0300
[ERROR] InnoDB: Missing MLOG_CHECKPOINT between the checkpoint x and the end y
2019-05-14 15:29:24 +0300
Got error 168 for valid TRUNCATE (temporary) TABLE
2018-09-12 16:36:45 +0400
- InnoDB: Failing assertion: table->get_ref_count() == 0 upon truncating a temporary table
2019-05-14 16:06:55 +0530
: is writing duplicate entries into binary log
Merge 2019-05-14 16:05:09 +0530 - Merge branch '10.1' into 10.2
2019-05-14 13:03:06 +0530
: rpl.rpl_row_mysqlbinlog test fails if row annotation enabled
Merge 2019-05-13 18:47:30 +0300 - Merge 10.1 into 10.2
2019-05-13 17:16:42 +0300
heap-use-after-free related to innodb_ft_aux_table
2019-05-13 17:07:13 +0300
fts_optimize_words(): Remove stray output
2019-05-13 11:32:20 +0300
fts_doc_ids_free(): Define inline
2019-05-13 08:48:22 +0300
Typo in error message "InnoDB: FTS Doc ID must be large than"
2019-05-13 18:26:59 +0300
Remove unnecessary pointer indirection for rw_lock_t
Merge 2019-05-13 17:47:26 +0300 - Merge 10.1 into 10.2
Merge 2019-05-11 22:19:05 +0300 - Merge branch '5.5' into 10.1
2019-05-11 21:29:06 +0300
Update FSF Address
2019-05-11 19:25:02 +0300
Update FSF address
Merge 2019-05-11 19:15:57 +0300 - Merge branch '5.5' into 10.1
2019-05-11 18:08:32 +0300
Follow-up to changing FSF address
2019-05-10 20:49:46 +0300
Update FSF address
2019-05-10 10:49:09 +0300
Server crashes in row_purge after TRUNCATE TABLE
Merge 2019-05-10 08:02:21 +0300 - Merge 10.1 into 10.2
2019-05-07 12:53:50 +0530
encryption.innodb-redo-badkey failed in buildbot with page cannot be decrypted
2019-05-09 10:41:10 +0300
: race condition in fts_get_table_name()
2019-05-09 09:31:30 +0300
: Backport some code from
2019-05-08 12:18:52 +0300
: heap-use-after-free in fts_get_table_name_prefix()
2019-05-09 14:08:49 +0300
: Remove some redundant data structures
2019-05-06 22:30:35 +0300
do not call slow my_timer_init() several times
2019-05-09 16:55:08 +0200
mysql_upgrade_service throws exception upgrading from 10.0 to 10.3
2019-05-01 15:22:22 +0400
Removed dead code
2019-03-29 19:08:22 +0400
- InnoDB: Failing assertion: ut_strcmp(index->name, key->name)
2019-05-09 11:55:54 -0400
bump the VERSION
2019-01-09 15:00:56 +0200
Appveyor configuration and addition of badge
Merge 2019-05-08 20:05:30 +0300 - Merge 10.1 into 10.2
2019-05-08 09:54:26 -0400
bump the VERSION
Merge 2019-05-08 16:46:38 +0300 - Null merge mariadb-10.1.40 into 10.1
2019-05-07 15:21:41 +0530
innodb_ft_result_cache_limit_32 fails on s390x
2019-05-07 12:51:59 +0300
: Galera test failure on galera_parallel_autoinc_largetrx
2018-05-31 17:42:54 -0700
edit MariaDB license info so that GitHub recognizes it
2019-04-24 12:47:40 +0300
: pushdown condition with Item_func_set_user_var
This page is licensed: CC BY-SA / Gnu FDL