For the complete documentation index, see llms.txt. This page is also available as Markdown.

MariaDB 12.3.1 Release Notes

MariaDB 12.3.1 is a Release Candidate (RC) release of MariaDB Community Server 12.3, released on 2026-02-12

The most recent release of MariaDB Community Server 12.3 is: 12.3.2 Stable (GA)

Download Community Server 12.3.2

Alternate download from mariadb.org

Download Release Notes Changelog Overview of 12.3

Release date: 12 Feb 2026

MariaDB 12.3 is a long term release, maintained until June 2029. It is an evolution of MariaDB 12.2 with several entirely new features.

MariaDB 12.3.1 is a Release Candidate (RC) release.

Thanks, and enjoy MariaDB!

New Features

Compatibility Features

Replication

  • Configurable defaults for MASTER_SSL_* settings for CHANGE MASTER (MDEV-28302)

  • Fragment ROW replication events larger than max_packet_size (MDEV-32570)

  • Improving performance of binary logging by removing the need of syncing it (MDEV-34705)

Miscellaneous

  • Hashicorp Plugin: Implement cache flush for forced key rotation (MDEV-30847)

  • New hash algorithms for PARTITION BY KEY (MDEV-9826)

  • Optimize reorderable LEFT JOIN statements (MDEV-36055)

  • Optimize ordered scans over PARTITION BY RANGE (MDEV-37330)

Notable Items

Galera

  • The Galera package dependency has been removed from server packages and the Galera package is no longer included in the MariaDB repositories (MDEV-38744)

Data Definition - Create Table

  • On an error in CREATE TEMPORARY TABLE ... SELECT, InnoDB internally aborted a transaction, while the server thought the transaction still existed. This caused various inconsistencies in the binary log, disappearing savepoints, and more. The issue was fixed differently in different versions. In 10.11.16, 11.4.10, 11.8.6, and 12.2.2, the transaction is consistently and completely rolled back if CREATE TEMPORARY TABLE ... SELECT fails with an error. In 12.3.1, there is no rollback at all. (MDEV-36787)

Plugin - Audit Log

  • Audit log plugin will now log events for MariaDB Cluster (Galera) replication applier operations with a generic user name: <wsrep_applier>. Before this change the user name in audit logs has been empty (MDEV-35511)

Changelog

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


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.

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

spinner

Last updated

Was this helpful?