All pages
Powered by GitBook
1 of 1

Loading...

MariaDB 11.1.0 Release Notes

The most recent release of MariaDB 11.1 is:MariaDB 11.1.6 Stable (GA) Download NowAlternate 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.

The preview is available as a container quay.io/mariadb-foundation/mariadb-devel:11.1-preview.

For an overview of see the page.

Thanks, and enjoy MariaDB!

InnoDB

  • Remove and related parameters ()

Optimizer

  • for single-table / 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 ()

  • Queries with the or 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 or SELECT * FROM t2 WHERE DATE(a) <= '2017-01-01' ()

General

  • ALTER ONLINE TABLE - not released in the final ()

JSON

  • function for validating a JSON schema ()

mariadb-backup

  • Rename xtrabackup_* files to mariadb_backup_* ()

MariaDB 11.1
What is MariaDB 11.1?
MDEV-30545
MDEV-7487
MDEV-8320
MariaDB 11.1
MDEV-16329
MDEV-27128
mariadb-backup’s
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 page.

Distributions which Include MariaDB
innodb_defragment
Semi-join optimization
UPDATE
DELETE
DATE
YEAR
JSON_SCHEMA_VALID

This page is licensed: CC BY-SA / Gnu FDL