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!
Remove and related parameters ()
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' ()
ALTER ONLINE TABLE - not released in the final ()
function for validating a JSON schema ()
Rename xtrabackup_* files to mariadb_backup_* ()
This page is licensed: CC BY-SA / Gnu FDL