MariaDB 10.7 is no longer maintained. Please use a more recent release.
The most recent release of MariaDB 10.7 is:MariaDB 10.7.8 Stable (GA) Download Now
MariaDB 10.7 is a previous short-term maintenance stable series. The first stable release was in February 2022, and it was maintained for one year.
New UUID data type (MDEV-4958)
JSON_EQUALS function to check for equality between JSON objects (MDEV-23143).
JSON_NORMALIZE function, which recursively sorts keys and removes spaces (MDEV-16375)
NATURAL_SORT_KEY function (MDEV-4742).
Improve simple multibyte collation performance on the ASCII range (MDEV-26572).
Five provider plugins (bzip2, lzma, lz4, lzo, snappy) provide compression capabilities to the server and storage engines (MDEV-12933, blog post).
SFORMAT function for arbitrary text formatting (MDEV-25015)
Add option to dump system versioned table as of specified timestamp (MDEV-16355).
ALTER TABLE ... CONVERT PARTITION .. TO TABLE (MDEV-22166), 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
password_reuse_check plugin 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. (MDEV-9245)
Multi-source replication supports MySQL-style CHANNEL syntax (MDEV-26307)
In bulk insert, pre-sort and build indexes one page at a time (MDEV-24621)
GET DIAGNOSTICS supports a new condition property name ROW_NUMBER
. In multi-row inserts it allows one to retrieve a number of a row that has caused the error (MDEV-10075, MDEV-26611)
For a list of all new variables, see System Variables Added in MariaDB 10.7 and Status Variables Added in MariaDB 10.7.
The following deprecated variables have been removed :
For a complete list of security vulnerabilities (CVEs) fixed across all versions of MariaDB, see the Security Vulnerabilities Fixed in MariaDB page.
This page is licensed: CC BY-SA / Gnu FDL