All pages
Powered by GitBook
1 of 1

Loading...

MariaDB 11.1 Changes & Improvements

MariaDB 11.1 is no longer maintained. Please use a more recent release.

The most recent release of MariaDB 11.1 is:MariaDB 11.1.6 Stable (GA) Download NowAlternate download from mariadb.org

MariaDB 11.1 is a short-term release series, and was maintained until August 2024.

Upgrading

  • See and .

New Features & Improvements

JSON

  • function for validating a JSON schema ()

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'. See ()

Transactions

  • The option is now a system variable, and the tx_isolation system variable is deprecated ()

InnoDB

  • Remove and related parameters ()

mariadb-backup

  • Rename xtrabackup_* files to mariadb_backup_* ()

Variables

  • For a list of all new variables, see .

Security Vulnerabilities Fixed in

For a complete list of security vulnerabilities (CVEs) fixed across all versions of MariaDB, see the page.

  • :

  • :

List of All Releases

Date
Release
Status
Release Notes
Changelog

Stable (GA)

13 Nov 2023

Stable (GA)

21 Aug 2023

Stable (GA)

6 Jun 2023

RC

27 Mar 2023

Alpha

8 Aug 2024

MariaDB 11.1.6

Stable (GA)

Release Notes

Changelog

16 May 2024

MariaDB 11.1.5

Stable (GA)

Release Notes

Changelog

MDEV-27128
MDEV-7487
MDEV-8320
MDEV-21921
MDEV-30545
mariadb-backup’s
MDEV-18931
MariaDB 11.1
CVE-2024-21096
MariaDB 11.1.5
CVE-2023-22084
MariaDB 11.1.3
MariaDB 11.1

7 Feb 2024

MariaDB 11.1.4
Release Notes
Changelog
MariaDB 11.1.3
Release Notes
Changelog
MariaDB 11.1.2
Release Notes
Changelog
MariaDB 11.1.1
Release Notes
Changelog
MariaDB 11.1.0
Release Notes

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
Upgrading Between Major MariaDB Versions
Upgrading from MariaDB 11.0 to MariaDB 11.1
JSON_SCHEMA_VALID
Semi-join optimization
UPDATE
DELETE
DATE
YEAR
Sargable DATE and YEAR
transaction_isolation
innodb_defragment
System Variables Added in MariaDB 11.1
Security Vulnerabilities Fixed in MariaDB

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