All pages
Powered by GitBook
1 of 1

Loading...

MariaDB 10.3.18 Changelog

The most recent release of MariaDB 10.3 is:MariaDB 10.3.39 Stable (GA) Download Now

DownloadRelease NotesChangelogOverview of 10.3

Release date: 11 Sep 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.

  • Includes all fixes from MariaDB 10.2.27

  • 2019-09-08 19:49:40 +0300

    • List of unstable tests for 10.3.18 release

  • Merge 2019-09-06 16:57:54 +0200 - Merge branch '10.2' into 10.3

  • 2019-09-05 16:37:32 +0300

    • : Enable a test for debug builds

  • 2019-09-05 12:00:15 +0300

    • Simplify trx_state_eq()

  • 2019-09-05 15:57:39 +0300

    • after-merge fixes

  • Merge 2019-09-04 17:52:04 +0300 - Merge 10.2 into 10.3

  • 2019-09-03 15:28:32 +0200

    • When setting back the system time while mysqld is running, NOW() and UNIX_TIMESTAMP() results get stuck

  • 2019-09-01 15:28:11 +0200

    • in_predicate_conversion_threshold cannot be set in my.cnf

  • Merge 2019-09-04 09:55:59 +0400 - Merge 10.2 (up to commit ef00ac4c86daf3294c46a45358da636763fb0049) into 10.3

  • Merge 2019-09-02 14:06:56 +0300 - Merge branch '10.2' into 10.3

  • Merge 2019-09-02 09:01:54 +0200 - Merge branch '10.2' into 10.3

  • 2019-09-01 17:56:47 +0300

    • Compilation fix

  • 2019-09-01 15:42:23 +0300

    • Fixed compiler warning that broke builds

  • 2019-08-28 19:51:23 +0300

    • Partition pruning doesn't work for historical queries (fix)

  • 2019-08-28 11:57:16 +0300

    • Partition pruning doesn't work for historical queries (refactoring)

  • 2019-08-27 23:01:12 +0300

    • Partition pruning doesn't work for historical queries (cleanup)

  • 2019-08-30 14:49:21 +0300

    • Enable some RocksDB tests that are enabled on 10.2

  • Merge 2019-08-30 14:39:03 +0300 - Merge 10.2 into 10.3

  • 2019-08-30 14:37:50 +0300

    • Wrong value on instantly added column after DELETE and UPDATE

  • 2019-08-30 12:51:37 +0300

    • : Fix -Wimplicit-fallthrough

  • 2019-08-29 16:07:15 +0300

    • : Optimizer ignores distinct key created for materialized...

  • 2019-08-29 15:37:49 +0300

    • : Optimizer ignores distinct key created for materialized...

  • 2019-08-29 18:25:24 +0300

    • innodb.innodb-system-table-view fails with wrong result

  • 2019-08-29 18:22:41 +0300

    • After-merge fix

  • 2019-08-29 13:10:40 +0300

    • Implement Boolean debug build option debug_assert

  • Merge 2019-08-29 08:41:53 +0300 - Merge 10.2 into 10.3

  • Merge 2019-08-28 10:18:41 +0300 - Merge 10.2 into 10.3

  • 2019-08-23 17:43:55 +0300

    • Implement innodb_evict_tables_on_commit_debug

  • 2019-08-21 16:06:29 +0300

    • MIN/MAX Optimization (Select tables optimized away) does not work

  • Merge 2019-08-21 15:23:45 +0300 - Merge 10.2 into 10.3

  • 2019-08-21 11:37:40 +0300

    • Debug build of 10.3.15 FTBFS

  • 2019-07-31 03:28:38 -0700

    • If you have an INVISIBLE VIRTUAL column, SHOW CREATE TABLE doesn't list it as INVISIBLE

  • 2019-07-30 17:18:31 +0200

    • : Windows: Use of uninitialized value $bpath in string eq

  • 2019-07-30 13:45:13 +0200

    • : Galera SST scripts can't read [mysqldN] option groups

  • 2019-08-19 19:49:45 +0300

    • Server crashes in maria_status with partitioned table

  • 2019-08-18 23:18:44 +0300

    • Debug build of 10.3.15 FTBFS

  • 2019-08-18 13:18:09 +0300

    • Updated result for rocksdb tests after merge

  • 2019-08-17 00:40:38 +0900

    • fix for a compiler warning (#1372)

  • 2019-08-15 22:32:59 +0300

    • Deadlock and assertion upon no-op ALTER under LOCK TABLES

  • Merge 2019-08-16 10:02:18 +0300 - Merge 10.2 into 10.3

  • 2019-08-16 08:29:41 +0300

    • Silence GCC 9.2.1 -Warray-bounds

  • Merge 2019-08-15 15:59:32 +0300 - Merge 10.2 into 10.3

  • Merge 2019-08-15 14:09:53 +0530 - : DROP TABLE IF EXISTS killed on master but was replicated

  • 2019-08-12 15:16:33 +0300

    • row_ins_step accesses unitialized memory

  • 2019-08-15 10:32:42 +0400

    • Window function BIT_OR() OVER (..) return a wrong data type

  • Merge 2019-08-14 19:16:08 +0300 - Merge 10.2 into 10.3

  • 2019-08-14 15:52:08 +0300

    • Assertion bitmap_is_set(read_partitions) upon SELECT FOR UPDATE from versioned table

  • 2019-08-13 14:31:34 +0300

    • Unfortunate error message upon attempt to drop system versioning

  • Merge 2019-08-13 19:28:51 +0300 - Merge 10.2 to 10.3

  • 2019-08-13 14:54:24 +0300

    • innodb.trx_id_future fails on 10.3+

  • 2019-08-13 13:54:59 +0400

    • Fixing [MDEV-20303](https://jira.mariadb.org/browse/MDEV-20303) SPACE(-1) returns a wrong data type compilation problem in Windows

  • 2018-11-03 18:00:22 +0300

    • mysql client sets wrong application name for Readline library

  • 2019-02-05 00:57:31 +0300

    • Deadlock and assertion upon no-op ALTER under LOCK TABLES

  • 2019-04-11 10:04:34 +0300

    • Assertion `row_start_field' failed in vers_prepare_keys upon ALTER TABLE

  • 2019-03-20 20:45:54 +0300

    • Unfortunate error message upon attempt to drop system versioning

  • 2019-05-27 15:03:15 +0300

    • Segfault in ALTER TABLE after UPDATE for SIMULTANEOUS_ASSIGNMENT

  • 2019-07-16 19:40:38 +0300

    • History partition rotation is not done under LOCK TABLES

  • 2018-12-26 13:24:45 +0300

    • MIN/MAX Optimization (Select tables optimized away) does not work

  • 2019-08-09 14:18:13 +0400

    • SPACE(-1) returns a wrong data type

  • 2019-08-09 09:00:17 +0400

    • A cleanup for [MDEV-20273](https://jira.mariadb.org/browse/MDEV-20273) Add class Item_sum_min_max - removing duplicate code

  • 2019-08-08 17:08:56 +0400

    • REPEAT(x,-1) returns a wrong data type

  • 2019-08-08 13:47:50 +0400

    • Wrong result on INSERT..SELECT when converting from SIGNED to UNSIGNED

  • 2019-08-07 22:44:54 +0400

    • PERCENTILE_DISC() crashes on a temporal type input

  • 2019-08-07 21:01:22 +0400

    • PERCENTILE_DISC() returns a wrong data type

  • 2019-08-07 14:13:44 +0400

    • Add class Item_sum_min_max

  • 2019-08-06 18:02:03 +0400

    • sql_mode=ORACLE: BLOB(65535) should not translate to LONGBLOB

  • 2019-08-06 14:37:08 +0300

    • : No warning when trying to name a primary key constraint

  • 2019-08-05 16:03:33 +0400

    • Assertion failure on select @@global.'m2'.replicate_ignore_table;

  • 2019-08-05 15:25:31 +0400

    • Assertion `item->maybe_null' failed in Type_handler_temporal_result::make_sort_key

  • 2019-07-31 09:58:59 -0400

    • bump the VERSION

  • 2019-07-31 02:51:20 -0700

    • Fix README

  • 2019-07-30 21:57:48 +0400

    • No warning when trying to name a primary key constraint.

Revision #604f80e77c
Revision #f80e02e043
Revision #2842c36985
MDEV-20425
Revision #67e2252ba1
Revision #2c9e75ccfe
MDEV-15326
Revision #537f8594a6
Revision #647d5b2430
MDEV-20079
Revision #08b01ace8a
MDEV-16871
Revision #7e08ac0b41
Revision #a071e0e029
Revision #b0ff5a6a73
Revision #597b070f82
Revision #1bbc593eae
Revision #6a490ca0fb
MDEV-18501
Revision #c3f35ea55a
MDEV-18501
Revision #a3e49c0d36
MDEV-18501
Revision #396da1a705
Revision #a5472b0367
Revision #17336f6d30
MDEV-20066
Revision #f42a23178e
MDEV-20425
Revision #a379f151b1
MDEV-20109
Revision #ef76f81c98
MDEV-20109
Revision #d58437d195
MDEV-20149
Revision #d4246e25e5
Revision #e50b2bdbcf
MDEV-20425
Revision #1a3c365953
Revision #e41eb044f1
Revision #947b0b5722
Revision #b96e4424fb
MDEV-17613
Revision #32ec5fb979
Revision #e8de75db88
MDEV-19740
Revision #888f685226
MDEV-20210
Revision #c93f96e2ec
MDEV-20185
Revision #137d8ed3fe
MDEV-18863
Revision #938925211a
MDEV-19254
Revision #6dd3f24090
MDEV-19740
Revision #44150a770f
Revision #6626b10a7a
Revision #1639873671
MDEV-18154
Revision #395e1dcd17
Revision #130d9490c8
Revision #d50fe4021e
Revision #828191b6a0
MDEV-20348
Revision #ae34d85beb
MDEV-20311
Revision #841294cfaa
MDEV-20351
Revision #c23a5e0e5e
Revision #a20f6f9853
MDEV-20336
Revision #39db116562
MDEV-18862
Revision #65d48b4a7b
Revision #eedd6179c1
MDEV-20138
Revision #20c78a6d3e
Revision #98b24da038
MDEV-17609
Revision #22914ec793
MDEV-18154
Revision #0b74c8832d
MDEV-19127
Revision #638e78853f
MDEV-18862
Revision #5851e668d7
MDEV-19304
Revision #98758b52b3
MDEV-20068
Revision #cdbac54df0
MDEV-17613
Revision #43882e764d
MDEV-20303
Revision #2dac123515
Revision #c3d67c17c1
MDEV-20292
Revision #e555df648c
MDEV-20285
Revision #7fc86a73d8
MDEV-20272
Revision #d70dac2079
MDEV-20278
Revision #e978efd96b
MDEV-20273
Revision #a8def12e8a
MDEV-20263
Revision #f36c0189b1
MDEV-17544
Revision #4c4e379ba9
MDEV-20101
Revision #6b48bdf269
MDEV-18456
Revision #e1e142e7fc
Revision #fde7eb9ab2
Revision #c6efbc543d
MDEV-17544

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