MariaDB 10.7.5 Release Notes

The most recent release of MariaDB 10.7 is:MariaDB 10.7.8 Stable (GA) Download Nowarrow-up-right

Download 10.7.5arrow-up-right | Release Notes | Changelog | Overview of 10.7

Release date: 15 Aug 2022

MariaDB 10.7 is a previous short-term maintenance stable series of MariaDB, supported until February 2023. It is an evolution of MariaDB 10.6 with several entirely new features.

MariaDB 10.7.5 is a Stable (GA) release.

For an overview of MariaDB 10.7 see theWhat is MariaDB 10.7? page.

Thanks, and enjoy MariaDB!

Notable Items

InnoDB

Replication

Galera

Optimizer

  • Server crash in JOIN_CACHE::free or in copy_fields (MDEV-23809arrow-up-right)

    • Queries that use DISTINCT and an always-constant function like COLLATION(aggegate_func(...)) could cause a server crash. Note that COLLATION() is a special function - its value is constant even if its argument is not costant.

  • Crash when using ANY predicand with redundant subquery in GROUP BY clause (MDEV-29139arrow-up-right)

    • A query with a subuquery in this form could cause a crash:

  • MariaDB Server SEGV on INSERT .. SELECT (MDEV-26427arrow-up-right)

    • Certain queries in form "INSERT ... SELECT with_aggregate_or_window_func" could cause a crash.

  • restore_prev_nj_state() doesn't update cur_sj_inner_tables correctly (MDEV-28749arrow-up-right)

    • Subquery semi-join optimization could miss LooseScan or FirstMatch strategies for certain queries.

  • Optimizer uses all partitions after upgrade to 10.3 (MDEV-28246arrow-up-right)

    • For multi-table UPDATE or DELETE queries, the optimizer failed to apply Partition Pruning optimization for the table that is updated or deleted from.

  • Range optimizer regression for key IN (const, ....) (MDEV-25020arrow-up-right)

    • The issue can be observed on MariaDB 10.5.9 and later versions which have the fix for MDEV-9750arrow-up-right. That fix introduceds optimizer_max_sel_arg_weight.

    • If one sets optimizer_max_sel_arg_weight to a very high value or zero (which means "unlimited") and runs queries that produce heavy-weight graphs, they can observe a performance slowdown, e.g.:

  • Wrong result with table elimination combined with not_null_range_scan (MDEV-28858arrow-up-right)

    • If one runs with optimizer_switch='not_null_range_scan=on' (which is not enabled by default), a query that does a join and has const tables could produce a wrong result.

Spider

JSON

CONNECT

General

Security

Changelog

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

Contributors

For a full list of contributors to MariaDB 10.7.5, 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?