> For the complete documentation index, see [llms.txt](https://mariadb.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mariadb.com/docs/release-notes/community-server/12.3/12.3.2.md).

# MariaDB 12.3.2 Release Notes

<a href="https://mariadb.com/downloads/community/community-server/" class="button primary">Download</a> <a href="/pages/75QkTHfOfdEFPxdrbg8y" class="button secondary">Release Notes</a> <a href="/pages/hERBwaj2Oa7oFbFcKgmO" class="button secondary">Changelog</a> <a href="/pages/otcNVXUxnhFJTxrKR077" class="button secondary">Overview of 12.3</a>

**Release date:** 28 May 2026

MariaDB 12.3 is a [long term release](/docs/release-notes/community-server/about/release-model.md), maintained until June 2029. It is an evolution of [MariaDB 12.2](/docs/release-notes/community-server/old-releases/12.2/mariadb-12.2-changes-and-improvements.md) with several entirely new features.

MariaDB 12.3.2 is a [***Stable (GA)***](/docs/release-notes/community-server/about/release-criteria.md) release.

{% hint style="success" %}
**For an overview of MariaDB 12.3 see the** [**MariaDB 12.3 Changes & Improvements**](/docs/release-notes/community-server/12.3/mariadb-12.3-changes-and-improvements.md) **page.**
{% endhint %}

Thanks, and enjoy MariaDB!

## New Features

### Compatibility Features

* Oracle [`TO_DATE()`](/docs/server/reference/sql-functions/date-time-functions/to_date.md) function ([MDEV-19683](https://jira.mariadb.com/browse/MDEV-19683))
* Support for [cursors](/docs/server/reference/sql-statements/programmatic-compound-statements/programmatic-compound-statements-cursors.md) on prepared statements ([MDEV-33830](https://jira.mariadb.com/browse/MDEV-33830))
* SQL Standard [`SET PATH`](/docs/server/reference/sql-statements/administrative-sql-statements/set-commands/set-path.md) statement ([MDEV-34391](https://jira.mariadb.com/browse/MDEV-34391))
* SQL Standard [`IS JSON`](/docs/server/reference/sql-structure/operators/comparison-operators/is-json.md) predicate ([MDEV-37072](https://jira.mariadb.com/browse/MDEV-37072))
* Allow [`UPDATE`/`DELETE` to read from a CTE](/docs/server/reference/sql-statements/data-manipulation/selecting-data/common-table-expressions.md) ([MDEV-37220](https://jira.mariadb.com/browse/MDEV-37220))
* Basic [XML data type](/docs/server/reference/data-types/string-data-types/xmltype.md) ([MDEV-37261](https://jira.mariadb.com/browse/MDEV-37261))

### Replication

* Configurable defaults for `MASTER_SSL_*` settings for `CHANGE MASTER` ([MDEV-28302](https://jira.mariadb.com/browse/MDEV-28302))
* Fragment ROW replication events larger than `max_packet_size` ([MDEV-32570](https://jira.mariadb.com/browse/MDEV-32570))
* Improving performance of binary logging by removing the need of syncing it ([MDEV-34705](https://jira.mariadb.com/browse/MDEV-34705))

### Miscellaneous

* [Hashicorp Plugin](/docs/server/security/encryption/data-at-rest-encryption/key-management-and-encryption-plugins/hashicorp-key-management-plugin.md): Implement cache flush for forced key rotation ([MDEV-30847](https://jira.mariadb.com/browse/MDEV-30847))
* New hash algorithms for [`PARTITION BY KEY`](/docs/server/server-usage/partitioning-tables/partitioning-types/key-partitioning-type.md) ([MDEV-9826](https://jira.mariadb.com/browse/MDEV-9826))
* Optimize reorderable [LEFT JOINs](/docs/server/reference/sql-statements/data-manipulation/selecting-data/joins/join-syntax.md) statements ([MDEV-36055](https://jira.mariadb.com/browse/MDEV-36055))
* Optimize ordered scans over [`PARTITION BY RANGE`](/docs/server/server-usage/partitioning-tables/partitioning-types/range-partitioning-type.md) ([MDEV-37330](https://jira.mariadb.com/browse/MDEV-37330))

## Notable Items

### MariaDB Cluster (Galera)

* A new `mariadb-server-galera` package now exists for Deb and RPM packages for ease of installing a galera system and pulling in its dependencies. Without galera, `mariadb-server` can be used
* Those on Galera systems will need to install `mariadb-server-galera` explicitly 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 the `mariadb-server-galera` package
* RPMs currently require explicit installation of `galera-4` along with the any dependencies used for SST, such as rsync, socat, lsof, grep, gawk, iproute, coreutils, findutils, and/or tar
* The `wsrep_info` plugin is installed by default with the `mariadb-server-galera` package

### 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](https://jira.mariadb.org/browse/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](https://jira.mariadb.org/browse/MDEV-35511))

### Systemd

* Use of the `MYSQLD_OPTS` as 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](/docs/release-notes/community-server/about/platform-deprecation-policy.md), this will be the last release of [MariaDB 12.3](/docs/release-notes/community-server/12.3/mariadb-12.3-changes-and-improvements.md) for Ubuntu 25.10 "Questing Quokka", Ubuntu 25.04 "Plucky Puffin", and Fedora 42

### Security

Fixes for the following security vulnerabilities:

| CVE ID (with cve.org link)                                        | CVSS base score (v3.1) |
| ----------------------------------------------------------------- | ---------------------- |
| [CVE-2026-44173](https://www.cve.org/CVERecord?id=CVE-2026-44173) | 5.0                    |
| [CVE-2026-44172](https://www.cve.org/CVERecord?id=CVE-2026-44172) | 5.0                    |
| [CVE-2026-44171](https://www.cve.org/CVERecord?id=CVE-2026-44171) | 6.3                    |
| [CVE-2026-44170](https://www.cve.org/CVERecord?id=CVE-2026-44170) | 5.0                    |
| [CVE-2026-44169](https://www.cve.org/CVERecord?id=CVE-2026-44169) | 4.3                    |
| [CVE-2026-44168](https://www.cve.org/CVERecord?id=CVE-2026-44168) | 8.0                    |

## Changelog

For a complete list of changes made in MariaDB 12.3.2, with links to detailed information on each push, see the [changelog](/docs/release-notes/community-server/changelogs/12.3/12.3.2.md).

***

{% hint style="info" %}
Be notified of new MariaDB Server releases automatically by [subscribing](https://lists.mariadb.org/postorius/lists/announce.lists.mariadb.org/) 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](/docs/general-resources/distributions-including-mariadb.md) page.
{% endhint %}

<sub>*This page is licensed: CC BY-SA / Gnu FDL*</sub>

{% @marketo/form formid="4316" formId="4316" %}
