MariaDB 10.11.1 Release Notes
Note: This page describes features in the source repository for MariaDB 10.11. There are currently no official packages or binaries available for download which contain the features. If you want to try out any of the new features described here you will need to get and compile the code yourself.
Do not use non-stable (non-GA) releases in production!
MariaDB 10.11 is a current development series of MariaDB. It is an evolution of MariaDB 10.10 with several entirely new features.
For an overview of MariaDB 10.11 see the What is MariaDB 10.11? page.
Thanks, and enjoy MariaDB!
Notable Items
InnoDB
- Allow innodb_undo_tablespaces to be changed after database creation (MDEV-19229)
Docker Official Image
The following changes have been made to the docker.io/library/mariadb
container image.
- The number of gpg packages packages has been removed, leaving enough to
apt-get update
, butdirmngr
that would fetch keys has been removed. (inspired by issue #469) - The environment variable
LANG=C.UTF-8
has been added for those that exec into containers and copy paste UTF8 characters (fixes issue #468). - Adds OCI labels to image (fixes issue 436 and users need for version)
- MariaDB config: skip-host-cache and skip-name-resolve moved to
/etc/mysql/mariadb.conf.d/05-skipcache.cnf
Do not use non-stable (non-GA) releases in production!
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
Distributions which Include MariaDB
page.