MariaDB 10.8.1 Release Notes

You are viewing an old version of this article. View the current version here.

Note: This page describes features in the source repository for MariaDB 10.8. 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.8 is the current development series of MariaDB. It is an evolution of MariaDB 10.7 with several entirely new features.

MariaDB 10.8.1 is a Release Candidate (RC) release.

For an overview of MariaDB 10.8 see the What is MariaDB 10.8? page.

Thanks, and enjoy MariaDB!

Notable Items

InnoDB

Galera

  • Galera SST scripts should use ssl_capath (not ssl_ca) for CA directory (MDEV-27181)
  • Alter Sequence do not replicate to another nodes with in Galera Cluster (MDEV-19353)
  • Galera crash - Assertion. Possible parallel writeset problem (MDEV-26803)
  • CREATE TABLE with FOREIGN KEY constraint fails to apply in parallel (MDEV-27276)
  • Galera cluster node consider old server_id value even after modification of server_id [wsrep_gtid_mode=ON] (MDEV-26223)

Replication

  • Seconds behind master corrected from artificial spikes at relay-log rotation (MDEV-16091)
  • Statement rollback in binlog when transaction creates or drop temporary table is set right (MDEV-26833)
  • CREATE-or-REPLACE SEQUENCE is made to binlog with the DDL flag to stabilize its parallel execution on slave (MDEV-27365)
  • ALTER is optionally made to binlog in two parts to decrease its replication latency (MDEV-11675)
  • mysqlbinlog --start-position and --stop-position accept gtid values to allow specifying the replication event range in terms of gtid (MDEV-4989)

Packaging & Misc

Changelog

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

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.