MariaDB 11.6 Changes & Improvements
MariaDB 11.6 is an old rolling release and is no longer maintained. Please use a more recent release.
The most recent release of MariaDB 11.6 is:MariaDB 11.6.2 Download NowAlternate download from mariadb.org
MariaDB 11.6 is a rolling release.
Upgrading
Notable Items
Vectors
Vectors are a feature that allow MariaDB Server to perform as a relational vector database. In MariaDB 10.6, only available in the Vector preview release.
Vector Search was added to MariaDB 11.7.
Character Sets
The default character set has been changed from
latin1
toutf8mb4
(MDEV-19123)
Backup and Restore
Added the
--dir
option to mariadb-import, allowing one to restore all tables from a backup directory created using mariadb-dump --dir (MDEV-33627)Added the related
--database
,--ignore-database
,--table
and--ignore-table
options.Refactor mariadb-import threading
Automatic SST user account management (MDEV-31809)
Syntax
Single-table DELETEs now support table aliases (MDEV-33988)
Authentication
Extend Unix socket authentication to support authentication_string (MDEV-33479)
Replication
New definition for Seconds_Behind_Master (MDEV-33856)
Added three variables to SHOW ALL REPLICAS STATUS
General
Set thread names for MariaDB Server threads (MDEV-32537)
Variables
For a list of all new variables, see System Variables Added in MariaDB 11.6 and Status Variables Added in MariaDB 11.6.
Security Vulnerabilities Fixed in MariaDB 11.6
For a complete list of security vulnerabilities (CVEs) fixed across all versions of MariaDB, see the Security Vulnerabilities Fixed in MariaDB page. Add listcve macro here - removed for performance reasons
List of All MariaDB 11.6 Releases
Date
Release
Status
Release Notes
Changelog
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?