MariaDB 12.0.1 Release Notes

MariaDB 12.0.1 is a Release Candidate (RC) release of MariaDB Community Server 12.0, released on 2025-06-05

circle-info

The most recent release of MariaDB 12.0 is:

Alternate download from mariadb.orgarrow-up-right

Download Release Notes Changelog Overview of 12.0

Alternate download from mariadb.orgarrow-up-right

Release date: 5 Jun 2025

triangle-exclamation

MariaDB 12.0 is a rolling release. It is an evolution of MariaDB 11.8 with several entirely new features.

MariaDB 12.0.1 is a Release Candidate (RC) release.

circle-check

Thanks, and enjoy MariaDB!

Notable Items

Security

Data types

  • Comparison ROW(stored_func(),1)=ROW(1,1) erroneously called stored_func() twice per row. It led to a performance degradation, as well as to a double execution of the possible stored function side effects. (MDEV-36322arrow-up-right)

Stored Routines

Server

Optimizer

  • find_order_in_list mismatch when order item needs fixing() (MDEV-36607arrow-up-right)

  • If the join_condition is specified via USING (column_list), the query plan depends on the sequence of tables in the query (MDEV-36592arrow-up-right)

  • Add support for optimizer hints (MDEV-35504arrow-up-right)

    • QB_NAME()

    • NO_RANGE_OPTIMIZATION()

    • NO_ICP()

    • MRR(), NO_MRR()

    • BKA(), NO_BKA()

    • BNL(), NO_BNL()

  • Add support for subquery optimizer hints (MDEV-34888arrow-up-right)

    • SEMIJOIN()

    • SUBQUERY()

  • Add support for join order hints (MDEV-34870arrow-up-right)

    • JOIN_FIXED_ORDER similar to existing STRAIGHT_JOIN hint

    • JOIN_ORDER to apply the specified table order

    • JOIN_PREFIX to hint what tables should be first in the join

    • JOIN_SUFFIX to hint what tables should be last in the join

  • Add support for the MAX_EXECUTION_TIME hint (MDEV-34860arrow-up-right)

GIS

New GIS functions. These functions improve compatibility with MySQL 8.

Trigger

Replication

Galera

Audit Plugin

Configuration

Clients and Scripts

  • Can set an alternative directory path for searching scripts invoked via the source command, with the --script-dir mariadb client option (MDEV-23818arrow-up-right)

Changelog

For a complete list of changes made in MariaDB 12.0.1, with links to detailed information on each push, see the changelogarrow-up-right.

Contributors

For a full list of contributors to MariaDB 12.0.1, see the MariaDB Foundation release announcementarrow-up-right.


circle-info

Be notified of new MariaDB Server releases automatically by subscribingarrow-up-right 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?