MariaDB 11.8.5 Release Notes
Alternate download from mariadb.org
Release date: 14 Nov 2025
MariaDB 11.8.5 is a Stable (GA) release. It is an evolution of MariaDB 11.7 with several entirely new features.
MariaDB 11.8 is a long-term release.
For an overview of MariaDB 11.8 see the MariaDB 11.8 Changes and Improvements page.
Thanks, and enjoy MariaDB!
Notable Items
MDEV-38068: This issue caused a partial data deletion when using the
DELETEstatement on MyISAM or Aria tables under specific conditions. InnoDB tables are not affected by this issue. Specifically, when aDELETEstatement included aWHEREclause with a non-unique indexed column compared for equality with a literal (col=const) and the execution plan showed a "range" operation on that index, the query could fail to delete all matching rows. Users of MariaDB Community Server 11.8.4 are strongly advised to upgrade immediately to 11.8.5.
Changelog
For a complete list of changes made in MariaDB 11.8.5, 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?

