MariaDB 10.7.1 Release Notes

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 the What is MariaDB 10.7? page.

Thanks, and enjoy MariaDB!

Notable Items

This release includes all features from the MariaDB 10.7.0 preview releases except for the JSON histogram preview feature, which was not ready in time to be included.

Performance Schema

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.
...

Diagnostics

Provider Plugins

SFORMAT

UUID

Natural Sort

Convert Partitions

Password Reuse

InnoDB

Replication

  • Memory hogging on slave by ROW event applier is eliminated (MDEV-26712)
  • mysql --binary-mode now properly handles \\0 in data (MDEV-25444)
  • Fixes race condition between SHOW BINARY LOGS and RESET MASTER (MDEV-20215)

Packaging & Misc

Changelog

For a complete list of changes made in MariaDB 10.7.1, with links to detailed information on each push, see the changelog.

Contributors

For a full list of contributors to MariaDB 10.7.1, see the MariaDB Foundation release announcement.

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.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.