The most recent release of MariaDB 10.2 is:MariaDB 10.2.44 Stable (GA) Download Now
DownloadRelease NotesChangelogOverview of 10.2
Release date: 13 Feb 2018
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 #00f0c039d2 2018-02-12 16:40:05 +0200
mariadb-backup should not try to use doublewrite buffer
2018-02-12 13:35:07 +0200
MariaDB slow start
2018-02-12 03:20:09 +0200
Updated list of unstable tests for 10.2.13
Merge 2018-02-11 00:23:17 +0100 - Merge branch '10.1' into 10.2
2018-02-10 22:17:49 +0400
ALTER TABLE EXCHANGE PARTITION does not work properly when used with DATA DIRECTORY.
2018-02-10 21:51:24 +0400
After-merge fixes for "sys_vars.sysvars_innodb '32bit,xtradb'" test results.
Merge 2018-02-09 19:49:19 +0400 - Merge remote-tracking branch 'origin/10.0' into 10.1
2018-02-09 19:47:00 +0400
Wrong results for SELECT..WHERE non_indexed_datetime_column=indexed_time_column
2018-02-08 21:12:11 +0200
Update wrong xtradb version
2018-02-09 17:17:32 +0200
: encryption.innodb-compressed-blob failed in buildbot, assertion in btr0cur.cc line 1398
2018-02-07 19:08:53 +0100
MariaDB server crashes after using ROLLBACK TO when encrypt_tmp_files=ON
2018-02-07 18:54:11 +0100
MariaDB server crashes after using ROLLBACK TO when encrypt_tmp_files=ON
2018-02-06 20:26:59 +0100
fix encryption.tempfiles to check that encrypt_tmp_files is ON
2018-02-08 14:55:01 +0200
: encryption.innodb-bad-key-change failed in buildbot
2018-02-10 14:27:29 +0200
Removed compiler warnings
2018-02-10 14:27:06 +0200
TokuDB didn't compile with valgrind
2018-02-10 14:24:15 +0200
ALTER TABLE that renames columns and CHECK constraints
Merge 2018-02-09 13:44:38 +0300 - Merge branch 'bb-10.2-mariarocks' into 10.2
Merge 2018-02-08 13:57:46 +0200 - Merge pull request #595 from MariaDB/add_myrocks_gotbackup
2018-02-07 11:36:13 +0000
debian/control Include myrocks_hotbackup into mariadb-plugin-rocksdb
2018-02-07 12:32:58 +0000
Add myrocks_hotbackup part of rocksdb plugin in cmake
2018-02-07 11:13:29 +0000
Fix rocksdb compiler version identification with GCC
2018-01-25 14:43:18 +0300
Adjust myrocks_hotbackup to work with MariaDB.
2018-01-25 14:08:11 +0300
Import myrocks_hotbackup from the upstream
2018-02-09 08:28:42 +0200
Add back (and clean up) the test innodb_zip.prefix_index_liftedlimit
2018-02-09 08:26:47 +0200
Bogus assertion on row_get_rec_trx_id()
2018-02-08 09:48:03 -0800
Corrected the patch for that caused a failure for cte_nonrecursive.test with --embedded.
2018-02-08 13:46:43 +0000
add to unstable tests, to fix appveyor
2018-02-08 13:03:14 +0000
rocksdb : Disable the constantly failing bloomfilter test, until is fixed
2018-02-07 16:44:46 +0200
Assertion failure during rollback
Merge 2018-02-08 13:50:58 +0200 - Merge 10.1 into 10.2
Merge 2018-02-08 13:29:08 +0200 - Merge 10.0 into 10.1
2018-02-08 13:26:44 +0200
Make the test innodb.recovery_shutdown more robust
2018-02-08 12:51:19 +0200
Crash in MVCC read after IMPORT TABLESPACE
2018-02-07 18:14:45 +0100
: column_json breaks cyrillic in 10.1.31
2018-02-06 12:44:43 -0500
bump the VERSION
2018-02-07 17:25:46 +0200
Disabled galera_ist_progress at it always fails in 10.2
Merge 2018-02-07 15:19:53 +0200 - Merge remote-tracking branch 'connect/10.2' into 10.2
2018-01-03 12:57:41 +0100 *
Fix , , This is done by removing the tbl table type THREAD option that causes a multiple of sporadic bugs. This may be temporary depending on whether a real fix is found. modified: storage/connect/mysql-test/connect/disabled.def modified: storage/connect/tabtbl.cpp modified: storage/connect/tabtbl.h
2018-02-07 15:19:45 +0200
Update Connector/C
2018-01-18 18:48:50 +1100
: CRYPTO_set_mem_functions fails in FIPS mode
2018-02-06 13:53:20 +0200
Referential integrity broken in ON DELETE CASCADE
2018-02-06 14:57:04 +0200
InnoDB UPDATE cleanup
2018-02-06 13:39:40 +0200
FOREIGN KEY CASCADE or SET NULL operations will not resume after lock wait
2018-02-06 10:34:16 +0200
Remove useless debug instrumentation row_print_geometry_data
2018-02-06 10:33:42 +0200
Remove useless code
2018-02-06 06:09:47 +0200
Foreign key code cleanup
2018-02-06 12:12:19 -0800
Fixed Query with CTE hangs if assignment operator (:=) is used
2018-02-06 08:32:49 -0800
Fixed CTE, referencing another CTE, that is declared after, does not return error
2018-02-06 08:26:50 -0800
Fixed CTE table should not belong to database, that is in use
2018-02-06 11:49:26 +0100
remove bash-ish from SST scripts
2018-02-06 00:30:00 +0100
cleanup: my_off_t mmaped_length -> size_t
2018-02-06 00:20:46 +0100
compilation error on windows
2018-02-05 20:09:24 +0100
compilation error on windows
2018-02-05 16:00:56 +0100
no separate 10.2 fix for at this point in time
2018-02-05 16:00:39 +0100
fix Item_window_func::print() not to crash before fix_fields()
2018-02-05 16:00:13 +0100
don't set derived->merged until derived is really irreversibly merged
Merge 2018-02-06 14:50:50 +0100 - Merge branch 'github/10.1' into 10.2
2018-02-06 02:38:01 +0100
correctly detect unsupported compiler flags
2018-02-06 02:33:56 +0100
cleanup: simplify maintainer.cmake
2018-02-05 16:03:28 +0100
silence the annoying compiler warning
Merge 2018-02-05 09:25:33 +0200 - Merge 10.0 into 10.1
2018-02-05 09:23:36 +0200
innodb.log_file_size failed in buildbot
2018-02-05 18:21:28 +0200
: INSERT ON DUPLICATE KEY UPDATE produces error 1032 (Can't find record)
Merge 2018-02-02 16:19:52 +0200 - Merge new release of InnoDB MySQL 5.7.21 to 10.2
2018-02-02 15:27:03 +0200
Remove code related to InnoDB native partitioning in MySQL 5.7
Merge 2018-02-02 16:15:50 +0200 - Merge a fix from MySQL 5.7, to presumably dead code
2017-09-20 01:38:26 +0200
Bug #25729649 LOCK0LOCK.CC:NNN:ADD_POSITION != NULL
2018-02-02 15:04:52 +0200
Adapt a MySQL 5.7 fix for SET GLOBAL innodb_buffer_pool_size
2018-02-02 14:28:46 +0200
Merge a test case from MySQL 5.7 (no code fix needed)
2018-02-02 09:10:15 +0200
: Merge InnoDB test cases from MySQL 5.7 (part 7)
2018-02-01 20:03:18 +0200
Ensure that thd->user_var_events_alloc is always relevant
2018-02-01 18:36:03 +0200
InnoDB purge for index on virtual column is trying to access an incomplete record
2018-02-01 17:39:10 +0200
Correct a comment about incomplete records
2018-02-01 17:08:30 +0200
Silence a bogus warning about uninitialized m_size
2018-02-01 14:08:06 +0200
Follow-up to reverting
2018-02-01 12:37:20 +0000
Attempt to fix appveyor
2018-02-01 12:23:34 +0000
auth_gssapi - fix test result and let the test run on Windows buildbot
2018-02-01 12:00:28 +0000
Tests : Fix result file
2018-02-01 13:35:03 +0200
: innodb_disallow_writes does not work as expected
2018-02-01 09:26:03 +0000
Fix sql_print_warning formatting
2018-02-01 09:01:15 +0000
Ensure that connection ID is in 32bit range
2018-01-30 16:30:39 +1100
threadpool: release mutex on io_poll_create failure
2018-01-31 12:01:35 +0200
InnoDB: Rollback of trx with id 0 completed
2018-01-31 10:08:35 +0100
: array bound (bulk) parameters of NULL propagate on next rows
2018-01-30 21:25:36 +0000
Roles : Initialize variables that are passed to update_role_db()
2018-01-26 21:45:25 +0200
Remove excessive undo logging during ALTER TABLE…ALGORITHM=COPY
2018-01-30 17:40:40 +0200
: galera_new_cluster crashes mysqld when existing server contains databases
2018-01-30 14:56:33 +0200
Fix some wrong test result
2018-01-29 22:28:31 +0200
innodb_gis.rtree_debug produces huge server error logs
2018-01-29 11:10:09 +0200
Revert ": Add trx pointer to struct mtr_t"
2018-01-27 17:46:31 +0000
Server hangs on startup in THD::init
2018-01-28 19:03:07 +0200
Remove unused metadata for non-existing sync_thread_mutex
2018-01-27 15:03:30 +0200
Fixed compiler warnings
2018-01-27 14:39:33 +0200
Disable rocksdb when building with ASAN
2018-01-26 23:26:39 +0200
Big transaction events get lost on semisync master when replicate_events_marked_for_skip=FILTER_ON_MASTER
Merge 2018-01-26 16:38:24 +0000 - Merge branch '10.2' of into 10.2
2018-01-26 15:04:20 +0200
Fixed memory overrun in create_postjoin_aggr_table()
2018-01-25 14:50:11 +0000
Fix MinSizeRel build on Windows.
2018-01-15 18:59:27 +0000
Windows : fix compile warnings C4267, on 32bit first
2018-01-14 12:47:16 +0100
update C/C
2018-01-12 18:25:02 +0000
Fix and reenable Windows compiler warning C4800 (size_t conversion).
2018-01-25 11:28:38 +0200
: InnoDB assertion failure !is_owned() at dict0defrag_bg.cc:327
2018-01-24 23:33:21 +0200
Fix for
2018-01-24 16:28:54 +0200
Crash when using an unknown identifier as an SP parameter
2018-01-24 10:46:04 +0200
Allocate page_cleaner and page_cleaner.slot[] statically
2018-01-24 10:23:52 +0200
: multiple page cleaner threads use a lot of CPU
2018-01-16 14:24:27 +1100
mariadbbackup: use defaults-group-suffix even if no --defaults-file
2018-01-23 17:12:29 +0400
signal 11 with short stacktrace
2018-01-23 09:12:25 +0000
mariadb-backup --lock-ddl-per-table does not properly lock FULLTEXT auxiliary tables
2018-01-22 16:53:33 +0200
"[Warning] Trying to access missing tablespace"
2018-01-22 16:30:38 +0200
Allocate mutex_monitor, create_tracker statically
2018-01-22 16:29:43 +0200
Remove useless method LatchCounter::sum_deregister()
2018-01-22 15:27:24 +0200
XA COMMIT and XA ROLLBACK operate on freed transaction object
2018-01-18 15:25:40 +0300
: Server crashes in st_join_table::remove_duplicates
2018-01-21 18:23:28 +0200
Timeouts on persistent statistics tables caused by
2018-01-21 20:16:22 +0200
Reset thd->lex->current_select for SP
2018-01-21 17:17:16 +0200
Fixed wrong arguments to printf in InnoDB
2018-01-18 15:56:28 -0800
Fixed Non-recursive Common Table Expressions used in view caused an error
2018-01-18 16:13:50 +0200
innodb_undo_log_truncate may be blocked if transactions were recovered at startup
2018-01-18 01:42:51 +0200
Fixed some build scripts to work with gprof and gcov
2018-01-18 01:41:52 +0200
Fixed engine ARIA with row_format=FIXED is broken
2018-01-16 20:02:38 +0200
On upgrade, InnoDB reports "started; log sequence number 0"
2018-01-16 16:09:51 +0400
Moving a change_list related methods from THD to Item_change_list
2018-01-16 13:57:30 +0200
mariadb-backup --prepare: Do not access transactions or data dictionary
2018-01-16 13:55:45 +0200
Follow-up fix to : Fix a potential race condition
2018-01-16 07:46:51 +0200
Follow-up fix to : Correct a misplaced condition
2018-01-15 21:08:00 +0300
Better explanation why rpl_row_triggers is disabled.
2018-01-15 19:02:38 +0200
InnoDB hangs when setting innodb_adaptive_hash_index=OFF during UPDATE
2018-01-15 16:38:16 +0200
Fix -Wsign-compare introduced by Compilation speed (#546)
Merge 2018-01-15 16:22:02 +0200 - Merge 10.1 into 10.2
2018-01-15 16:50:18 +0300
Update .result for rocksdb.rpl_row_triggers (not the whole test works yet)
2018-01-15 15:37:22 +0200
: Merge InnoDB test cases from MySQL 5.7 (part 6)
2018-01-15 15:26:02 +0200
follow-up: Unbreak the WITH_INNODB_AHI=OFF build
2018-01-14 19:50:45 +0300
Compilation speed (#546)
2018-01-13 18:04:03 +0200
On a 32-bit system, mishandles data file sizes exceeding 4GiB
2018-01-13 16:38:43 +0200
Fixed BUILD scripts
Merge 2018-01-13 01:27:35 +0300 - Merge branch 'bb-10.2-mariarocks' into 10.2
2018-01-13 01:26:06 +0300
rocksdb.information_schema testcase is not stable
2018-01-12 16:04:29 +0000
Attempt to eliminate race conditions in rocksdb.information_schema
2018-01-12 19:16:36 +0530
Added a missing result file to the rocksdb_sys_vars result suite
2018-01-12 15:57:08 +0300
Change MyRocks maturity from Alpha to Beta
2018-01-12 15:11:56 +0300
: Fix and enable rocksdb.information_schema test
2018-01-11 17:09:51 +0200
Removed duplicated copyright message
2018-01-11 12:12:31 +0200
Fix compilation warnings for libmariadb
Merge 2018-01-11 12:03:23 +0200 - Merge 10.1 into 10.2
2018-01-10 20:16:52 +0000
Silence warning coming from Windows' own header dbghelp.h
2018-01-10 16:43:25 +0000
Update CONC
2018-01-10 19:36:38 +0200
Fixed BUILD scripts
2018-01-10 13:53:44 +0200
InnoDB messages should not refer to the MySQL 5.7 manual
2018-01-10 13:18:02 +0200
refuses to start up after clean shutdown of
2018-01-09 22:52:01 +0000
Windows, compilation : Treat warning as error, if MYSQL_MAINTAINER_MODE is set to ERR
2018-01-06 09:32:47 -0800
Fixed Lost rows for query using recursive CTE with recursive reference in subquery
2018-01-09 11:30:36 +0200
Revert part of commit fec844aca88e1c6b9c36bb0b811e92d9d023ffb9
Merge 2018-01-08 17:21:23 +0200 - Merge 10.1 into 10.2
Merge 2018-01-08 16:45:58 +0200 - Merge 10.1 into 10.2
2018-01-08 12:58:25 +0200
MLOG-13101 Debug assertion failed in recv_parse_or_apply_log_rec_body()
2018-01-08 10:58:36 +0200
Assertion failure in rec_get_trx_id()
2018-01-08 12:25:31 +0200
: innodb.deadlock_detect failed in buildbot
Merge 2018-01-08 09:54:40 +0200 - Merge 10.1 into 10.2
2018-01-06 23:51:37 +0530
Fix Compile Error while using Flag '-DUSE_ARIA_FOR_TMP_TABLES:BOOL=OFF'
Merge 2018-01-06 17:39:50 +0000 - Merge remote-tracking branch 'origin/10.1' into 10.2
Merge 2018-01-06 17:39:19 +0000 - Merge branch '10.2' of into 10.2
2018-01-05 12:13:23 -0800
Added the test case from for : Crash in on query using VIEW and WITH RECURSIVE.
2018-01-05 10:17:29 -0800
Added a test case for : Improper error in ONLY_FULL_GROUP_BY sql_mode with condition_pushdown_for_derived=on
Merge 2018-01-05 16:52:25 +0000 - Merge branch '10.2' of into 10.2
2018-01-04 23:40:37 -0800
Fixed Fails to reopen temp table within standard CTE
Merge 2018-01-05 12:11:58 +0200 - Merge 10.1 into 10.2
2018-01-05 11:58:45 +0200
Work around a problem exposed by InnoDB GIS debug check
Merge 2018-01-04 20:47:34 +0200 - Merge branch 10.1 into 10.2
2018-01-04 19:16:59 +0200
InnoDB GIS tests fail
2018-01-04 19:32:29 +0200
InnoDB Assertion failure !leaf on rem0rec.cc line 566 on test innodb_gis.rtree_recovery
2018-01-04 10:41:08 -0500
bump the VERSION
2018-01-04 16:21:18 +0200
Fixed wrong arguments to printf and related functions
2018-01-04 16:52:15 +0000
update libmariadb
2018-01-04 14:04:52 +0300
Fix out-of-date comments.
2018-01-03 22:21:32 +0200
Do not misspell "fall through"
Merge 2018-01-03 20:42:09 +0200 - Merge 10.1 into 10.2
This page is licensed: CC BY-SA / Gnu FDL