MariaDB 10.3 is the previous stable series of MariaDB, and an evolution of MariaDB 10.2 with several entirely new features not found anywhere else and
with backported and reimplemented features from MySQL.
This version of MariaDB is being released now to fix the following two
regressions:
Table alias from previous statement interferes later commands ()
Join using derived with aggregation returns incorrect results ()
In addition to the above, this release also contains the following fixes:
InnoDB
Change buffer entries are lost on InnoDB restart ()
InnoDB spatial indexes miss large geometry fields after ()
Double free of transaction during truncate operation ()
Replication
Do not replicate killed multi-table OPTIMIZE TABLE when the signal arrives
before any table has been processed ()
Fix optistic parallel applier to not deadlock on admin commands OPTIMIZE,
REPAIR, and ANALYZE ()
Backport parallel slave server shutdown hang ()
Security
Fixes for the following :
When upgrading from or earlier to or higher,
running is required due to changes introduced in.
MongoDB protocol support files for the engine are missing in this release.
If you want to use engine with MongoDB, you need to download or and put a path to this file into the connect_class_path in the my.cnf.
Changelog
For a complete list of changes made in , with links to detailed
information on each push, see the .
Contributors
For a full list of contributors to , see the .
Be notified of new MariaDB Server releases automatically by 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.
This page is licensed: CC BY-SA / Gnu FDL
Double free of table when inplace alter FTS add index fails ()
Potential hang in purge for virtual columns ()
Change buffer entries for secondary indexes are lost on InnoDB restart
()