The most recent release of MariaDB 10.7 is:MariaDB 10.7.8 Stable (GA) Download Now
Download 10.7.1 | Release Notes | Changelog | Overview of 10.7
Release date: 8 Nov 2021
Do not use non-stable (non-GA) releases in production!
MariaDB 10.7 is the current development series of MariaDB. It is an evolution of MariaDB 10.6 with several entirely new features.
MariaDB 10.7.1 is a Release Candidate (RC) release.
For an overview of MariaDB 10.7 see theWhat is MariaDB 10.7? page.
Thanks, and enjoy MariaDB!
This release includes all features from the preview releases except for the JSON histogram preview feature, which was not ready in time to be included.
Comments have been added for each table column in the to improve documentation (). For example:
The property introduced in to identify the affected row has been renamed to the more intuitive ROW_NUMBER (, )
Five provider plugins (bzip2, lzma, lz4, lzo, snappy) provide to the server and storage engines (, ).
function for arbitrary text formatting (, ).
New (, )
function (, ).
(, ), and
() as an easy way to convert tables to partitions and back in one command, instead of a sequence of CREATE/EXCHANGE/DROP
The redundant PARTITION keyword is now optional in the ()
The is a new password validation plugin that prevents the new password from being the same as the one being used during the configurable retention period. (, ).
In bulk insert, pre-sort and build indexes one page at a time ()
Linux after kernel version 5.10 has a io-uring regression causing a write to storage to be lost, or not acknowledged. As such will default to 0 (off) until 5.16. If is enabled in your configuration, a warning will be logged, however it will continue with the io-uring enabled, potentially resulting in a hang, or an assertion later. The long term support kernel 5.14.14 we haven't observed failures, and 5.15.0-rc7 failures have been observed, though less frequently. If you have explicitly enabled, and are using watch out for a lack of InnoDB updates followed by a 10 minute timeout. See for details.
ALTER TABLE…IMPORT TABLESPACE fixes (, , ,
Memory hogging on slave by ROW event applier is eliminated ()
mysql --binary-mode now properly handles \\0 in data ()
Fixes race condition between SHOW BINARY LOGS and RESET MASTER ()
Session tracking flag in OK_PACKET ()
Some views force server (and mysqldump) to generate invalid SQL for their definitions ()
function to check for equality between JSON objects ().
function, which recursively sorts keys and removes spaces ()
Fixes for the following :
CVE-`-```
For a complete list of changes made in , with links to detailed information on each push, see the .
For a full list of contributors to , see the .
Do not use non-stable (non-GA) releases in production!
innodb_undo_log_truncate fixes (MDEV-26445, MDEV-26450, MDEV-26672, MDEV-26864)
Page I/O performance fixes (MDEV-25215, MDEV-26547, MDEV-26626, MDEV-26819)
Replication timeouts with XA PREPARE (MDEV-26682)
Improved DDL and data dictionary (MDEV-25919)
Performance fixes (MDEV-26356, MDEV-26467, MDEV-26826)
Improve simple multibyte collation performance on the ASCII range (MDEV-26572).
Add option to as of specified timestamp (MDEV-16355).
Multi-source replication supports MySQL-style CHANNEL syntax (MDEV-26307)
and deprecated system variables were removed (MDEV-24947, MDEV-24843)
SELECT column_name, column_comment FROM information_schema.columns
WHERE table_schema='performance_schema' AND table_name='file_instances';...
*************************** 2. row ***************************
column_name: EVENT_NAME
column_comment: Instrument name associated with the file.
*************************** 3. row ***************************
column_name: OPEN_COUNT
column_comment: Open handles on the file. A value of greater than zero means
that the file is currently open.
...This page is licensed: CC BY-SA / Gnu FDL