MariaDB 10.3.11 Release Notes
The most recent release of MariaDB 10.3 is:MariaDB 10.3.39 Stable (GA) Download Now
DownloadRelease NotesChangelogOverview of 10.3
Release date: 20 Nov 2018
MariaDB 10.3 is an evolution of MariaDB 10.2 with several entirely new features not found anywhere else and with backported and reimplemented features from MySQL.
MariaDB 10.3.11 is a Stable (GA) release.
For an overview of MariaDB Server 10.3 see the What is MariaDB 10.3? page.
Thanks, and enjoy MariaDB!
Notable Changes
Notable changes of this release include:
mysqldump now uses
utf8mb4
as a default character set, instead ofutf8
.sql_safe_updates can now be set as a command-line and
my.cnf
option.Fixed crash on upgrade from MariaDB 10.1 or earlier: MDEV-12023
MDEV-17073 - INSERT…ON DUPLICATE KEY UPDATE is now less deadlock-prone
MDEV-17289 - Multi-pass recovery fails to apply some redo log records
MDEV-17541 - KILL QUERY during lock wait in FOREIGN KEY check no longer causes hang
MDEV-17531 - Fix crash in RENAME TABLE with FOREIGN KEY and FULLTEXT INDEX
Spatial index fixes: MDEV-17545, MDEV-17546
Virtual column fixes: MDEV-17215, MDEV-17548
mariadb-backup fixes:
MDEV-13564 - TRUNCATE TABLE now works with mariadb-backup
MDEV-17433 - Allow InnoDB start up with empty ib_logfile0 from mariadb-backup --prepare
Packages for Fedora 29 and Ubuntu 18.10 Cosmic have been added in this release
As per the MariaDB Deprecation Policy, this will be the last release of MariaDB 10.3 for Fedora 27
When upgrading from MariaDB 10.3.8 or earlier to MariaDB 10.3.9 or higher, running mysql_upgrade is required due to changes introduced inMDEV-14637.
Changelog
For a complete list of changes made in MariaDB 10.3.11, with links to detailed information on each push, see the changelog.
Contributors
For a full list of contributors to MariaDB 10.3.11, see the MariaDB Foundation release announcement.
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?