Changes and Improvements in MariaDB 10.11

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

MariaDB 10.11 is the previous long-term maintenance release series, maintained until February 2028.

Upgrading

New Features & Improvements

This list includes features from the short-term releases MariaDB 10.7, MariaDB 10.8, MariaDB 10.9 and MariaDB 10.10.

Authentication

Optimizer

Descending Indexes

Replication

mysqlbinlog GTID support

  • mariadb-binlog (or mysqlbinlog as it was called back when the task was created) now supports both filtering events by GTID ranges through --start-position and --stop-position, and validating a binary log's ordering of GTIDs through --gtid-strict-mode (MDEV-4989, MariaDB 10.8).

Galera

JSON

UUID

SHOW ANALYZE FORMAT=JSON

Information Schema

System versioning

InnoDB

InnoDB Redo Log Improvements

UCA14 Collation

Windows

  • Passwordless login for mariadb root user, for OS admin users (MDEV-26715)

  • On newer versions of Windows (Windows 10 1903 or later), the mariadb client defaults to the utf8mb4 character set. Several problems with Unicode input and output in client were fixed. Command line utilities now accept all Unicode characters in user names, database names, file names etc (in the past, characters were restricted to the current ANSI codepage) (MariaDB 10.8).

Spider Storage Engine

  • This was mostly internal refactoring work. As a result one can now declare Spider connections using the REMOTE_SERVER, REMOTE_DATABASE, and REMOTE_TABLE attributes and not abuse the COMMENT field for that. This works both for the whole table and per partition (MDEV-5271, MDEV-27106, MariaDB 10.8).

Convert Partitions

  • ALTER TABLE ... CONVERT PARTITION .. TO TABLE (MDEV-22166, MariaDB 10.7), and

  • ALTER TABLE ... CONVERT TABLE ... TO PARTITION ... (MDEV-22165) as an easy way to convert tables to partitions and back in one command, instead of a sequence of CREATE/EXCHANGE/DROP (MariaDB 10.7)

Miscellaneous

Variables

InnoDB Variables

Spider Variables

The following deprecated variables have been removed (MariaDB 10.10):

Security Vulnerabilities Fixed in MariaDB 10.11

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

List of All MariaDB 10.11 Releases

Date
Release
Status
Release Notes
Changelog

Last updated

Was this helpful?