arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

MariaDB 10.7.0 Release Notes

The most recent release of MariaDB 10.7 is:MariaDB 10.7.8 Stable (GA) Download Nowarrow-up-right

Download 10.7.0arrow-up-right | Release Notes | Changelog | Overview of 10.7

Release date: 17 Sep 2021

Do not use alpha 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.0 is not a single release, but is instead a number of feature preview releases based on feature branches. Each should be considered as having a maturity of an release. Read more about feature preview releases .

Thanks, and enjoy MariaDB!

Remember, these features are in separate preview packages. The subsection header text corresponds to the preview package name.

Notable changes of this series of releases include:

hashtag
Provider Plugins

  • Five provider plugins (bzip2, lzma, lz4, lzo, snappy) provide to the server and storage engines (, ).

hashtag
SFORMAT

  • function for arbitrary text formatting (, ).

hashtag
UUID

  • New (, )

hashtag
Natural Sort

  • function (, ).

hashtag
JSON Histograms

  • Histograms in the statistics tables are more precise and stored as JSON, not binary (, , ). Note that this feature was not included in .

hashtag
Convert Partitions

  • ALTER TABLE ... CONVERT PARTITION .. TO TABLE (, ), and

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

  • ALTER TABLE .. ADD PARTITION allows to omit the redundant PARTITION keyword ()

hashtag
Password Reuse

  • 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. (, ).

hashtag
InnoDB Bulk Insert

  • In bulk insert, pre-sort and build indexes one page at a time ()

hashtag
Misc. Features

  • function to check for equality between JSON objects ().

  • function, which recursively sorts keys and removes spaces ()

  • Improve simple multibyte collation performance on the ASCII range ().

Do not use alpha releases on production systems! For a complete list of changes made in , with links to detailed information on each push, see the .

Do not use alpha releases in production!

circle-info

Be notified of new MariaDB Server releases automatically by 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 page.

This page is licensed: CC BY-SA / Gnu FDL

Add option to as of specified timestamp ().
  • Multi-source replication supports MySQL-style CHANNEL syntax ()

  • supports a new condition property name ERROR_INDEX. In multi-row inserts it allows to retrieve a number of a row that has caused the error ()

  • and deprecated system variables were removed (, )

  • Alpha
    herearrow-up-right
    MDEV-12933arrow-up-right
    blog postarrow-up-right
    MDEV-25015arrow-up-right
    blog postarrow-up-right
    MDEV-4958arrow-up-right
    blog postarrow-up-right
    MDEV-4742arrow-up-right
    blog postarrow-up-right
    MDEV-21130arrow-up-right
    MDEV-26519arrow-up-right
    blog postarrow-up-right
    MariaDB 10.7.1arrow-up-right
    MDEV-22166arrow-up-right
    blog postarrow-up-right
    MDEV-22165arrow-up-right
    MDEV-26471arrow-up-right
    MDEV-9245arrow-up-right
    blog postarrow-up-right
    MDEV-24621arrow-up-right
    MDEV-23143arrow-up-right
    MDEV-16375arrow-up-right
    MDEV-26572arrow-up-right
    MariaDB 10.7.0
    changelogarrow-up-right
    subscribingarrow-up-right
    MDEV-16355arrow-up-right
    MDEV-26307arrow-up-right
    MDEV-10075arrow-up-right
    MDEV-24947arrow-up-right
    MDEV-24843arrow-up-right
    spinner
    Distributions which Include MariaDB
    wsrep_replicate_myisam
    wsrep_strict_ddl
    compression capabilities
    SFORMAT
    UUID data type
    NATURAL_SORT_KEY
    password_reuse_check plugin
    JSON_EQUALS
    JSON_NORMALIZE
    dump
    system versioned table
    GET DIAGNOSTICS