MariaDB 12.3.2 Release Notes
MariaDB 12.3.2 is a Stable (GA) release of MariaDB Community Server 12.3, released on 2026-05-28
Release date: 28 May 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.2 is a Stable (GA) release.
For an overview of MariaDB 12.3 see the MariaDB 12.3 Changes & Improvements page.
Thanks, and enjoy MariaDB!
New Features
Compatibility Features
Oracle
TO_DATE()function (MDEV-19683)Support for cursors on prepared statements (MDEV-33830)
SQL Standard
SET PATHstatement (MDEV-34391)SQL Standard
IS JSONpredicate (MDEV-37072)Basic XML data type (MDEV-37261)
Replication
Configurable defaults for
MASTER_SSL_*settings forCHANGE 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 JOINs statements (MDEV-36055)
Optimize ordered scans over
PARTITION BY RANGE(MDEV-37330)
Notable Items
MariaDB Cluster (Galera)
A new
mariadb-server-galerapackage now exists for Deb and RPM packages for ease of installing a galera system and pulling in its dependencies. Without galera,mariadb-servercan be usedThose on Galera systems will need to install
mariadb-server-galeraexplicitly as an upgrade from previous versions will result in galera dependencies being installed but not updated having a package dependency of MariaDB requiring them. Also the systemd service definitions will not be galera-capable for bootstrap or SST transfers without themariadb-server-galerapackageRPMs currently require explicit installation of
galera-4along with the any dependencies used for SST, such as rsync, socat, lsof, grep, gawk, iproute, coreutils, findutils, and/or tarThe
wsrep_infoplugin is installed by default with themariadb-server-galerapackage
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 ifCREATE TEMPORARY TABLE ... SELECTfails 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)
Systemd
Use of the
MYSQLD_OPTSas an environment variable for systemd services is deprecated and will be removed in a later release. Place configuration option in configuration files
General
As per the MariaDB Deprecation Policy, this will be the last release of MariaDB 12.3 for OpenSUSE Leap 15.6, Ubuntu 25.10 "Questing Quokka", Ubuntu 25.04 "Plucky Puffin", and Fedora 42
Security
Fixes for the following security vulnerabilities:
Changelog
For a complete list of changes made in MariaDB 12.3.2, with links to detailed information on each push, see the changelog.
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?

