MariaDB 11.1.0 Release Notes
The most recent release of MariaDB 11.1 is:
MariaDB 11.1.6 Stable (GA) Download Now
Alternate download from mariadb.org
Download Release Notes Changelog Overview of 11.1
Release date: 27 Mar 2023
Do not use alpha releases in production!
MariaDB 11.1 is a current development series of MariaDB, and will be maintained for one year after its Generally Available release. It is an evolution of MariaDB 11.0 with several entirely new features.
MariaDB 11.1.0 is a single preview release. Features are to be considered preview, and none are guaranteed to make it into MariaDB 11.1.
For an overview of MariaDB 11.1 see the What is MariaDB 11.1? page.
Thanks, and enjoy MariaDB!
InnoDB
- Remove innodb_defragment and related parameters (MDEV-30545)
Optimizer
- Semi-join optimization for single-table UPDATE/DELETE statements. Update and delete statements that use subqueries can now use all subquery optimization strategies that MariaDB offers, so now if you use subqueries in UPDATE or DELETE, these statements will likely be much faster (MDEV-7487)
- Queries with the DATE or YEAR functions comparing against a constant can now make use of indexes, so these will be noticeably quicker in certain instances. For example
SELECT * FROM t2 WHERE YEAR(a) = 2019
orSELECT * FROM t2 WHERE DATE(a) <= '2017-01-01'
(MDEV-8320)
General
- ALTER ONLINE TABLE - not released in the final MariaDB 11.1 (MDEV-16329)
JSON
- JSON_SCHEMA_VALID function for validating a JSON schema (MDEV-27128)
Mariabackup
- Rename Mariabackup’s xtrabackup_* files to mariadb_backup_* (MDEV-18931)
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
Distributions which Include MariaDB
page.