MariaDB 12.1.2 Release Notes
MariaDB 12.1.2 is a Stable (GA) release of MariaDB Community Server 12.1, released on 2025-11-18
Download Release Notes Changelog Overview of 12.1
Release date: 18 Nov 2025
MariaDB 12.1 is a rolling release. It is an evolution of MariaDB 12.0 with several entirely new features.
MariaDB 12.1.2 is a Stable (GA) release.
For an overview of MariaDB 12.1 see the MariaDB 12.1 Changes & Improvements page.
Thanks, and enjoy MariaDB!
New Features
Performance improvements
Segmented key cache for Aria storage engine (MDEV-24)
The new aria_pagecache_segments system variable defines how many segments are used, default is
1, maximum128
MDL scalability improvements (MDEV-19749)
Asyncronous replication between two Galera Clusters can now use parallel replication
This is managed by the new wsrep_applier_retry_count system variable (MDEV-20065)
The audit plugin now supports buffered logging
The size of the buffer is defined using the new system variable server_audit_file_buffer_size (MDEV-34680)
Faster vector distance calculations via extrapolation (MDEV-36205)
Compatibility features
New authentication plugin caching_sha2_password for MySQL compatibility (MDEV-9804)
Associative arrays: DECLARE TYPE .. TABLE OF .. INDEX BY (MDEV-34319) (blog post)
DROP USER will now by default issue a warning if the user has active sessions, or fail in Oracle mode (MDEV-35617)
Miscellaneous
Retry applying of write sets on Galera nodes (MDEV-36077)
Controlled through the wsrep_applier_retry_count system variable
mariadb-dump now supports wildcards with the
-Lor--wildcardsoption (MDEV-21376)Foreign key constraint names no longer need to be unique per database, only per table (MDEV-28933) (blog post)
Support for functional indexes in GROUP/ORDER BY (MDEV-36132)
Include definitions of tables and views in the optimizer trace (MDEV-36483)
optimizer_record_context system variable.
Security
Fixes for the following security vulnerabilities:
Changelog
For a complete list of changes made in MariaDB 12.1.2, 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
Last updated
Was this helpful?

