All pages
Powered by GitBook
1 of 27

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Release Notes - MariaDB 10.6 Series

Release notes for MariaDB Community Server 10.6 series releases

MariaDB 10.6.24 Release Notes

MariaDB 10.6.24 is a Stable (GA) release of MariaDB Community Server 10.6, released on 2025-11-06

Download Release Notes Changelog Overview of 10.6

Alternate download from mariadb.org

Release date: 6 Nov 2025

MariaDB 10.6 is a current long-term series of MariaDB, maintained until July 2026. It is an evolution of MariaDB 10.5 with several entirely new features.

MariaDB 10.6.24 is a Stable (GA) release.

For an overview of MariaDB 10.6 see the page.

Thanks, and enjoy MariaDB!

Notable Items

Storage Engines

InnoDB

  • InnoDB could crash after a DROP TABLE, TRUNCATE TABLE, OPTIMIZE TABLE or a table-rebuilding ALTER TABLE if innodb_adaptive_hash_index entries existed in the table. ()

  • InnoDB could crash if the definition of the InnoDB persistent statistics tables were incorrect. ()

  • ALTER TABLE could fail to update InnoDB persistent statistics. ()

  • InnoDB could crash during the crash recovery of a corrupted database. ()

Aria

  • Recovery of Aria transactional tables did not work in big-endian machines like s390x and Sparc ()

Spider

  • Spider: XA COMMIT ONE PHASE fails with "This xid does not exist" ()

MyISAM

  • myisamchk -V crashes ()

Full-text Search

  • InnoDB could potentially crash if there is any lock conflict on an internal FTS_%_CONFIG table of a FULLTEXT INDEX while one of the INFORMATION_SCHEMA views INNODB_TRX, INNODB_LOCKS, or INNODB_LOCK_WAITS are being accessed. ()

  • The minimum value of the parameter innodb_ft_min_token_size was increased to 1, similar to the parameter ft_min_word_len. ()

Galera

  • MariaDB Cluster server crash during insert when replication filters are used ()

  • Inconsistency detected - create sequence ()

Parser

  • very long query cannot be killed quickly ()

GIS

  • Several bugs in SPATIAL INDEX page splitting logic could crash InnoDB if the PRIMARY KEY or the SPATIAL data is variable-length. ()

  • Wrong results for self-touching shapes. ()

Optimizer - CTE

  • Server crash on cleanup of non-fully-constructed-due-to-an-error CTE ()

Sequences

  • Fixed crashing bug when inserting into a tables with several nextval(sequence) default values. ()

Backup

  • Parallel slave worker crashes During Backup at retrying ()

Scripts & Clients

  • mariadb-dump -T did not encode table names like the server did for frm files, so some tables can be created in the server, but not dumped with mariadb-dump -T, for example, a table con on Windows. ()

Changelog

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

CHECK TABLE…EXTENDED could flag bogus corruption on a column prefix index. (MDEV-37659)

  • During workload after crash recovery, an incorrect (too large) innodb_buffer_pool_pages_dirty could be reported. (MDEV-37677)

  • Lock checks for secondary indexes were unnecessarily accessing some history and could access freed BLOB pages that correspond to column prefixes. (MDEV-37753)

  • MariaDB 10.6 Changes & Improvements
    MDEV-26599
    MDEV-31740
    MDEV-35163
    MDEV-37412
    MDEV-34914
    MDEV-37829
    MDEV-37505
    MDEV-36545
    MDEV-37423
    MDEV-36134
    MDEV-37366
    MDEV-37938
    MDEV-27675
    MDEV-31499
    MDEV-32308
    MDEV-37172
    MDEV-37453
    MDEV-37483
    changelog

    MariaDB 10.6.7 Release Notes

    MariaDB 10.6.7 is a Stable (GA) release of MariaDB Community Server 10.6, released on 2022-02-12

    Download Release Notes Changelog Overview of 10.6

    Release date: 12 Feb 2022

    MariaDB 10.6 is the current long-term maintenance stable series of MariaDB. It is an evolution of MariaDB 10.5 with several entirely new features.

    MariaDB 10.6.7 is a Stable (GA) release.

    Thanks, and enjoy MariaDB!

    • This release fixes a blocking problem with the MariaDB 10.6.6 release when manually running . ()

    • See for other changes since the previous release.

    InnoDB

    • Set by default ()

    Security

    • Fixes for the following :

    Changelog

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

    Contributors

    For a full list of contributors to , see the .

    MariaDB 10.6.5 Release Notes

    MariaDB 10.6.5 is a Stable (GA) release of MariaDB Community Server 10.6, released on 2021-11-08

    Release date: 8 Nov 2021

    is the current stable series of MariaDB. It is an evolution of with several entirely new features.

    is a release.

    Thanks, and enjoy MariaDB!

    MariaDB 10.6.23 Release Notes

    MariaDB 10.6.23 is a Stable (GA) release of MariaDB Community Server 10.6, released on 2025-08-06

    Release date: 6 Aug 2025

    is a current long-term series of MariaDB, July 2026. It is an evolution of with several entirely new features.

    MariaDB 10.6.23 is a release.

    CVE-2021-46668

  • CVE-2021-46663

  • MDEV-27789
    MariaDB 10.6.6
    MDEV-27734
    CVE-2021-46665
    CVE-2021-46664
    CVE-2021-46661
    MariaDB 10.6.7
    changelog
    MariaDB 10.6.7
    MariaDB Foundation release announcement
    Notable Items

    InnoDB

    • Linux after kernel version 5.10 has a io-uring regression causing a write to storage to be lost, or not acknowledged. As such will default to 0 (off) until 5.16. If is enabled in your configuration, a warning will be logged, however it will continue with the io-uring enabled, potentially resulting in a hang, or an assertion later. The long term support kernel 5.14.14 we haven't observed failures, and 5.15.0-rc7 failures have been observed, though less frequently. If you have explicitly enabled, and are using watch out for a lack of InnoDB updates followed by a 10 minute timeout. See MDEV-26674 for details.

    • ALTER TABLE…IMPORT TABLESPACE fixes (MDEV-18543, MDEV-20931, MDEV-26131, MDEV-26621)

    • innodb_undo_log_truncate fixes (, , , )

    • Page I/O performance fixes (, , , )

    • Replication timeouts with XA PREPARE ()

    • Improved DDL and data dictionary ()

    • Performance fixes (, , )

    Replication

    • Memory hogging on slave by ROW event applier is eliminated (MDEV-26712)

    • mysql --binary-mode now properly handles \\0 in data (MDEV-25444)

    • Fixes race condition between SHOW BINARY LOGS and RESET MASTER (MDEV-20215)

    • Missed statement rollback in case transaction drops or create temporary table is corrected ()

    Audit Plugin

    • The QUERY_DDL setting now logs CREATE/DROP [PROCEDURE / FUNCTION / USER] statements. See . (MDEV-23457)

    Packaging & Misc

    • Session tracking flag in OK_PACKET (MDEV-26868)

    • Some views force server (and mysqldump) to generate invalid SQL for their definitions (MDEV-26299)

    Security

    • Fixes for the following :

      • CVE-2021-46667

      • CVE-2021-46662

      • CVE-2022-27385

    Changelog

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

    Contributors

    For a full list of contributors to MariaDB 10.6.5, see the MariaDB Foundation release announcement.

    Download
    Release Notes
    Changelog
    Overview of 10.6
    MariaDB 10.6
    MariaDB 10.5
    MariaDB 10.6.5
    Stable (GA)
    For an overview of MariaDB 10.6 see the MariaDB 10.6 Changes & Improvements page.

    Thanks, and enjoy MariaDB!

    Notable Items

    Storage Engines

    InnoDB

    • Fatal InnoDB error: Unknown error Temp file write failure (MDEV-36017)

    • AUTO_INCREMENT leads to non-serializable on results (MDEV-36330)

    Data Definition - Alter Table

    • Adding (with ALTER TABLE) a UNIQUE constraint that is USING HASH to a table with foreign keys could've caused the table to become corrupted. (MDEV-36852)

    Partitioning

    • Server crashes in do_mark_index_columns instead of ER_DUP_ENTRY on partitioned table (MDEV-36817)

    Data Definition - Create Table

    • CREATE OR REPLACE with self-referencing CHECK hangs forever, cannot be killed (MDEV-29155)

    Server

    • Segfault on INTERSECT ALL with UNION in Oracle mode (MDEV-25158)

    • In certain cases privileges on sequences were too restrictive, for example, SELECT on a table might've erroneously required INSERT privilege on a sequences (MDEV-36870)

    mariadb-backup

    • This commit fixes a bug where Aria tables are used in (master->slave1->slave2) and a backup is taken on slave2. In this case it is possible that the replication position in the backup, stored in mysql.gtid_slave_pos, will be wrong. This will lead to replication errors if one is trying to use the backup as a new slave. (MDEV-36143)

    Galera

    • Galera updated to 26.4.23

    • galera_3nodes.inconsistency_shutdown test occasionally hangs (MDEV-36968)

    • Galera-26.4.23 corrects an incompatibility with OpenZFS >= 2.3.0 enabling the use of galera on this filesystem.

    Replication

    • semi sync makes the master unresponsive when a replica is stopped (MDEV-36934)

    Authentication and Privilege System

    • ALTER TABLE require ALTER privilege on sequence from DEFAULT value expression (MDEV-36280)

    Data Manipulation - Insert

    • UNIQUE constraint that was USING HASH and UNIQUE constrant WITHOUT OVERLAPS could be violated under heavy load in READ COMMITTED transaction isolation mode. (MDEV-37199)

    General

    • Add option to not collect statistics for long char/varchars (MDEV-36536)

    • Packages for RHEL8 no longer depend on liburing. The RHEL8 kernel had insufficient kernel support so linking was an unneeded dependency. libaio was sufficient (MDBF-1042)

    Changelog

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

    Download
    Release Notes
    Changelog
    Overview of 10.6
    Alternate download from mariadb.org
    MariaDB 10.6
    maintained until
    MariaDB 10.5
    Stable (GA)

    MariaDB 10.6.3 Release Notes

    MariaDB 10.6.3 is a Stable (GA) release of MariaDB Community Server 10.6, released on 2021-07-06

    Download Release Notes Changelog Overview of 10.6

    Release date: 6 Jul 2021

    MariaDB 10.6 is the current stable series of MariaDB. It is an evolution of MariaDB 10.5 with several entirely new features.

    MariaDB 10.6.3 is a Stable (GA) release.

    Thanks, and enjoy MariaDB!

    Notable Changes

    InnoDB

    • Maximum value of is now 100000000, which means infinite timeout ()

    • Write performance improvements: , , , ,

    • rewrite ()

    • Thinly provisioned SSD support for page_compressed tables ()

    Replication

    • Fix binlog background thread hang at shutdown ()

    General

    • The views and have been added to the information schema ()

    • Assertion ``thd->locked_tables_mode == LTM_NONE'failed inLocked_tables_list::init_locked_tables` ()

    Security

    • Fixes for the following :

    Changelog

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

    Contributors

    For a full list of contributors to , see the .

    MariaDB 10.6.1 Release Notes

    MariaDB 10.6.1 is a Beta release of MariaDB Community Server 10.6, released on 2021-05-21

    Download Release Notes Changelog Overview of 10.6

    Release date: 21 May 2021

    MariaDB 10.6 is the current development series of MariaDB. It is an evolution of MariaDB 10.5 with several entirely new features.

    MariaDB 10.6.1 is a Beta release.

    Thanks, and enjoy MariaDB!

    Notable Changes

    Notable changes of this release include:

    Atomic DDL

    • , , , , and related DDL statements are now atomic. Either the statement is fully completed, or everything is reverted to it's original state. Note that when deleting multiple tables with DROP TABLE, only each individual drop is atomic, not the full list of tables). ().

    Replication, Galera and Binlog

    • updated to 26.4.8

    • The delay between binary log purges can now be specified with much greater precision. The system variable is introduced as a form of alias for , which now accepts a precision of 1/1000000 days ()

    • Allow transition from unencrypted to TLS cluster communication without cluster downtime ()

    • DDL information logged on all

    Oracle Compatibility

    • added ()

    • added ()

    • added ()

    • MINUS is mapped to in UNION ()

    Character Sets

    • The utf8 (and related collations) is now by default an alias for utf8mb3 rather than the other way around. It can be set to imply utf8mb4 by changing the value of the system variable ()

    Clients

    • For clients such as , the connection property specified via the command line (e.g. --port=3306) will now force its type ()

    Changelog

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

    Contributors

    For a full list of contributors to , see the .

    Do not use beta releases in production!

    cluster nodes if wsrep_debug is set to SERVER and wsrep_OSU_method is 'TOI' (
    )
  • For the --base64-output option, removed the deprecated always option, and changed the default to auto (MDEV-25222)

  • function returns the current number of accepted rows in the current context (MDEV-24089)

    MDEV-23842
    MDEV-19371
    Galera
    MDEV-22131
    Galera
    MDEV-20025
    MDEV-20017
    MDEV-24285
    MDEV-20021
    MDEV-8334
    MDEV-14974
    MariaDB 10.6.1
    changelog
    MariaDB 10.6.1
    MariaDB Foundation release announcement
    Galera
    MDEV-9609

    Be notified of new MariaDB Server releases automatically by 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 page.

    The most recent release of MariaDB 10.6 is:

    Stable (GA)

    MDEV-26445
    MDEV-26450
    MDEV-26672
    MDEV-26864
    MDEV-25215
    MDEV-26547
    MDEV-26626
    MDEV-26819
    MDEV-26682
    MDEV-25919
    MDEV-26356
    MDEV-26467
    MDEV-26826
    MDEV-26833
    CVE-2022-31624
    CVE-2022-31621

    Be notified of new MariaDB Server releases automatically by 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 page.

    The most recent release of MariaDB 10.6 is:

    Stable (GA)

    MDEV-26067
    MDEV-25954
    MDEV-25948
    MDEV-25113
    MDEV-26004
    MDEV-25801
    MDEV-25506
    MDEV-26029
    MDEV-26031
    MDEV-25129
    MDEV-25837
    CVE-2021-35604
    CVE-2021-46658
    MariaDB 10.6.3
    changelog
    MariaDB 10.6.3
    MariaDB Foundation release announcement

    Be notified of new MariaDB Server releases automatically by 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 page.

    The most recent release of MariaDB 10.6 is:

    Stable (GA)

    MariaDB 10.6.10 Release Notes

    MariaDB 10.6.10 is a Stable (GA) release of MariaDB Community Server 10.6, released on 2022-09-19

    The most recent release of MariaDB 10.6 is:

    Stable (GA)

    Download Release Notes Changelog Overview of 10.6

    Release date: 19 Sep 2022

    MariaDB 10.6 is the current long-term maintenance stable series of MariaDB, maintained until July 2026. It is an evolution of MariaDB 10.5 with several entirely new features.

    MariaDB 10.6.10 is a Stable (GA) release.

    Thanks, and enjoy MariaDB!

    Notable Items

    Issues Fixed

    • Assertion mysql_mutex_assert_owner(&log_sys.flush_order_mutex) failed in mtr_t::commit() ()

    • Frequent "Data structure corruption" in InnoDB after OOM ()

    • Recovery or backup of instant ALTER TABLE is incorrect ()

    • InnoDB Temporary Tablespace (ibtmp1) is continuously growing ()

    Changelog

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

    Contributors

    For a full list of contributors to , see the .

    Be notified of new MariaDB Server releases automatically by 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 page.

    Be notified of new MariaDB Server releases automatically by 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 page.

    The most recent release of MariaDB 10.6 is:

    Stable (GA)

    Be notified of new MariaDB Server releases automatically by 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 page.

    The most recent release of MariaDB 10.6 is:

    Stable (GA)

    Full text index corruption if shutdown before changes are fully flushed (MDEV-29342)

  • does not parse NULL properties properly (MDEV-27151)

  • InnoDB hangs on multiple concurrent requests of a cold ROW_FORMAT=COMPRESSED page (MDEV-27983)

  • MDEV-29383
    MDEV-29374
    MDEV-29438
    MDEV-28240
    MariaDB 10.6.10
    changelog
    MariaDB 10.6.10
    MariaDB Foundation release announcement
    MariaDB 10.6.24
    Download Now
    Alternate download from mariadb.org

    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 page.

    subscribing
    subscribing
    MariaDB 10.6.24
    Download Now
    Alternate download from mariadb.org
    subscribing
    MariaDB 10.6.24
    Download Now
    Alternate download from mariadb.org
    subscribing
    MariaDB 10.6.24
    Download Now
    Alternate download from mariadb.org
    subscribing
    MariaDB 10.6.24
    Download Now
    Alternate download from mariadb.org
    subscribing
    MariaDB 10.6.24
    Download Now
    Alternate download from mariadb.org

    MariaDB 10.6.8 Release Notes

    MariaDB 10.6.8 is a Stable (GA) release of MariaDB Community Server 10.6, released on 2022-05-20

    Release date: 20 May 2022

    is the current long-term maintenance stable series of MariaDB. It is an evolution of with several entirely new features.

    is a release.

    Thanks, and enjoy MariaDB!

    Note that is not yet available for Ubuntu 22.04 due to . will be available.

    MariaDB 10.6.9 Release Notes

    MariaDB 10.6.9 is a Stable (GA) release of MariaDB Community Server 10.6, released on 2022-08-15

    Release date: 15 Aug 2022

    is the current long-term maintenance stable series of MariaDB. It is an evolution of with several entirely new features.

    is a release.

    Thanks, and enjoy MariaDB!

    MariaDB 10.6.14 Release Notes

    MariaDB 10.6.14 is a Stable (GA) release of MariaDB Community Server 10.6, released on 2023-06-07

    Release date: 7 Jun 2023

    Warning: This version can cause InnoDB file corruption under high I/O-bound load. Stick to an earlier release, or upgrade to a more recent release, if possible. See .

    is the current long-term series of MariaDB, July 2026. It is an evolution of with several entirely new features.

    is a release.

    Thanks, and enjoy MariaDB!

    Notable Items

    InnoDB

    • removed (MDEV-25975)

    • InnoDB gap locking fixes (MDEV-20605, MDEV-28422)

    • InnoDB performance improvements (MDEV-27557, MDEV-28185, MDEV-27767, MDEV-28313, MDEV-28137, MDEV-28465, MDEV-26789)

    • Backup regression fixes (MDEV-27919)

    • InnoDB portability: FreeBSD futexes (), POWER and s390x transactional memory ()

    • ALTER TABLE: Fixed bogus duplicate key errors ()

    • DDL and crash recovery fixes (, , )

    • Requests to recalculate were sometimes lost ()

    Replication

    • Semisync-slave server recovery is refined to correctly rollback prepared transaction (MDEV-28461)

    • Circular semisync setup endless event circulation is handled (MDEV-27760)

    • Semisync-slave server recovery is extended to work on new server_id server (MDEV-27342)

    • Server initialization time gtid_slave_pos purge related reason of crashing in binlog background thread is removed (MDEV-26473)

    • Shutdown of the semisync master can't produce inconsistent state anymore ()

    • Binlogs disappear after rsync IST ()

    • master crash is eliminated in compressed semisync replication protocol with packet counting amendment ()

    • OPTIMIZE on a sequence does not cause counterfactual ER_BINLOG_UNSAFE_STATEMENT anymore ()

    • Automatically generated Gtid_log_list_event is made to recognize within replication event group as a formal member ()

    • using two or more unique key values at a time with is corrected ()

    • stops issuing unnecessary "Unsafe statement" with ()

    • Incomplete replication event groups are detected to error out by the slave IO thread ()

    • now flushes the result file to disk after each processed event so the file can be listed with the actual bytes ()

    Backup

    • Incorrect binlogs after Galera SST using rsync and (MDEV-27524)

    • does not detect multi-source replication slave (MDEV-21037)

    • Useless warning "InnoDB: Allocated tablespace ID for , old maximum was 0" during backup stage (MDEV-27343)

    • mariadb-backup prepare fails for incrementals if a new schema is created after full backup is taken (MDEV-28446)

    Optimizer

    • Query performance degradation in newer MariaDB versions when using many tables (MDEV-28073)

    • A SEGV in Item_field::used_tables/update_depend_map_for_order... (MDEV-26402)

    • ANALYZE FORMAT=JSON fields are incorrect for UNION ALL queries (MDEV-27699)

    • Subquery in an UPDATE query uses full scan instead of range (MDEV-22377)

    • Assertion `item1->type() == Item::FIELD_ITEM ... ()

    • Server crashes in Expression_cache_tracker::fetch_current_stats ()

    • MariaDB server crash at Item_subselect::init_expr_cache_tracker (, )

    • Crash with union of my_decimal type in ORDER BY clause ()

    • SIGSEGV in st_join_table::cleanup ()

    • Assertion `!eliminated' failed in Item_subselect::exec ()

    General

    • Server error messages are (MDEV-28227)

    • For RHEL/CentOS 7, non x86_64 architectures are no longer supported upstream and so our support will also be dropped with this release

    • Packages for Ubuntu 22.04 LTS "Jammy" and Fedora 36 are not yet available pending the resolution of MDEV-28133: Backport OpenSSL-3.0 compatibility to 10.6 branch

    • As per the MariaDB Deprecation Policy, this will be the last release of MariaDB 10.6 for Debian 9 "Stretch", Ubuntu 21.10 "Impish", and Fedora 34

    Security

    • Fixes for the following :

      • CVE-2021-46669

      • CVE-2022-27376

      • CVE-2022-27377

    Changelog

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

    Contributors

    For a full list of contributors to MariaDB 10.6.8, see the MariaDB Foundation release announcement.

    Download
    Release Notes
    Changelog
    Overview of 10.6
    MariaDB 10.6
    MariaDB 10.5
    MariaDB 10.6.8
    Stable (GA)
    MariaDB 10.6.8
    MDEV-28133
    MariaDB 10.6.9

    The most recent release of MariaDB 10.6 is:

    MariaDB 10.6.24 Stable (GA) Download Now

    Alternate download from mariadb.org

    Be notified of new MariaDB Server releases automatically by 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 page.

    Regressions

    Unfortunately, some bugs have been found post release, so this is updated to help avoid these issues if possible. All are fixed in MariaDB 10.6.10.

    • MDEV-29374 — a crash shortly after a page merge (can be triggered by an UPDATE or DELETE or, say, rollback of an INSERT) can cause data corruption

    • MDEV-29342 — if InnoDB table had a fulltext index and only one new row was inserted between the last sync (performed asynchronously by a dedicated thread) and server shutdown, the fulltext index wasn't properly updated and became out of sync with the data. Before 10.6.9 this happened silently, in 10.6.9 an assertion crashed the server after detecting the inconsistency.

    • MDEV-29383 InnoDB Race condition between backups and crash recovery. last good version MariaDB 10.6.8. Avoid by performing backups after crash recovery

    Notable Items

    InnoDB

    • InnoDB corruption due to lack of file locking (MDEV-28495)

    • FULLTEXT search with apostrophe, and mandatory words (MDEV-20797)

    • ALTER TABLE IMPORT TABLESPACE corrupts an encrypted table (MDEV-28779)

    • ALTER TABLE wrong-result fix (MDEV-26294)

    • Crash recovery fixes (, )

    • DDL crash recovery fixes (, , , , , )

    • Avoid crashes on corrupted data (, , , , )

    Replication

    • is stored in binlog, so that CREATE TABLE on slave would always have the same effect as on master. (MDEV-29078)

    • ER_SLAVE_INCIDENT error is specified now on slave to be seen with SHOW-SLAVE-STATUS (MDEV-21087)

    • INCIDENT_EVENT is no longer binlogged when a being logged transaction can be safely rolledback (MDEV-21443)

    • sequences related row-format events are made to correspond to binlog_row_image (MDEV-28487)

    • Possible reason of FLUSH BINARY LOGS hang is eliminated ()

    • Fix out-of-order gtid error in the circular semisync setup ()

    Galera

    • Galera updated to 26.4.12

    • Possible to write/update with read_only=ON and not a SUPER privilege (MDEV-28546)

    • Node crashes with Transport endpoint is not connected mysqld got signal 6 (MDEV-25068)

    • Galera4 not able to report proper wsrep_incoming_addresses (MDEV-20627)

    • Galera should replicate nextval()-related changes in sequences with INCREMENT <> 0, at least NOCACHE ones with engine=InnoDB ()

    • Add support for OpenSSL 3.0 in Galera ()

    Optimizer

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

      • 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-29139)

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

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

      • 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-28749)

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

    • Optimizer uses all partitions after upgrade to 10.3 ()

      • 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, ....) ()

      • The issue can be observed on and later versions which have the fix for . 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-28858)

      • 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.

    OpenSSL

    • Backport OpenSSL-3.0 compatibility to 10.6 branch (MDEV-28133)

    JSON

    • : extract document fragment into JSON column (MDEV-25875)

    CONNECT

    • now supports with (MDEV-27766)

    mariadb Client

    • New option, -enable-cleartext-plugin. Option does not do anything, and is for MySQL-compatibility purposes only.

    General

    • now also has a session scope, not only global (MDEV-29225)

    • Crash in (MDEV-29188)

    • ALTER TABLE ALGORITHM=NOCOPY does not work after upgrade (MDEV-28727)

    • Server crash upon CREATE VIEW with unknown column in ON condition (MDEV-29088)

    • As per the , this will be the last release of for Debian 10 "Buster" for ppc64el

    • Repositories for Ubuntu 22.04 and RHEL/Rocky 9 have been added in this release

    Security

    • Fixes for the following :

      • CVE-2023-5157

      • CVE-2022-32082

      • CVE-2022-32089

    Changelog

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

    Contributors

    For a full list of contributors to MariaDB 10.6.9, see the MariaDB Foundation release announcement.

    Download
    Release Notes
    Changelog
    Overview of 10.6
    MariaDB 10.6
    MariaDB 10.5
    MariaDB 10.6.8
    Stable (GA)

    The most recent release of MariaDB 10.6 is:

    MariaDB 10.6.24 Stable (GA) Download Now

    Alternate download from mariadb.org

    Be notified of new MariaDB Server releases automatically by 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 page.

    Notable Items

    InnoDB

    • Server crashes in st_join_table::choose_best_splitting (MDEV-31403)

    • Crash with condition pushable into derived and containing outer reference (MDEV-31240)

    • InnoDB does not free UNDO after the fix of MDEV-30671 (MDEV-31234)

    • InnoDB hang fixes (MDEV-31158, MDEV-31343, MDEV-31350)

    • is not updated correctly ()

    • InnoDB monitor trx_rseg_history_len was accidentally disabled by default ()

    • Revert " : Do not allow GET_LOCK() / RELEASE_LOCK() in cluster"

    Optimizer

    • Crash with condition pushable into derived and containing outer reference (MDEV-31403 MDEV-31240)

    • Crash with for multi-table update of system table (MDEV-31224)

    Changelog

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

    Contributors

    For a full list of contributors to MariaDB 10.6.14, see the MariaDB Foundation release announcement.

    Download
    Release Notes
    Changelog
    Overview of 10.6
    MDEV-31767
    MariaDB 10.6
    maintained until
    MariaDB 10.5
    MariaDB 10.6.14
    Stable (GA)

    The most recent release of MariaDB 10.6 is:

    MariaDB 10.6.24 Stable (GA) Download Now

    Alternate download from mariadb.org

    Be notified of new MariaDB Server releases automatically by 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 page.

    MariaDB 10.6.2 Release Notes

    MariaDB 10.6.2 is a Release Candidate (RC) release of MariaDB Community Server 10.6, released on 2021-06-18

    The most recent release of MariaDB 10.6 is:

    Stable (GA)

    Download Release Notes Changelog Overview of 10.6

    Release date: 18 Jun 2021

    MariaDB 10.6 is the current development series of MariaDB. It is an evolution of MariaDB 10.5 with several entirely new features.

    MariaDB 10.6.2 is a Release Candidate (RC) release.

    Do not use non-stable (non-GA) releases in production!

    Thanks, and enjoy MariaDB!

    Notable Changes

    InnoDB

    • When (the default), the following counters (which reflect btr_cur_n_non_sea) will no longer be updated ():

      • adaptive_hash_index in

      • in

    Replication

    • replica recovery is introduced. server executes a special recovery branch to guarantee its consistency with a primary server ()

    General

    • Error messages now use "MariaDB" instead of "MySQL" ()

    • Implement FLUSH TABLES tbl_name [, tbl_name] ... WITH READ LOCK for views ()

    • All statements can be prepared, except , , and ()

    Changelog

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

    Contributors

    For a full list of contributors to , see the .

    Do not use non-stable (non-GA) releases in production!

    MariaDB 10.6.4 Release Notes

    MariaDB 10.6.4 is a Stable (GA) release of MariaDB Community Server 10.6, released on 2021-08-06

    The most recent release of MariaDB 10.6 is:

    Stable (GA)

    Download Release Notes Changelog Overview of 10.6

    Release date: 6 Aug 2021

    Warning: This version can cause InnoDB file corruption on FreeBSD and on AIX. Stick to an earlier release, or upgrade to a more recent release, if you are running either of these environments. See MDEV-26537.

    MariaDB 10.6 is the current stable series of MariaDB. It is an evolution of MariaDB 10.5 with several entirely new features.

    MariaDB 10.6.4 is a Stable (GA) release.

    Thanks, and enjoy MariaDB!

    Notable Items

    InnoDB

    • InnoDB no longer acquires advisory file locks by default ()

    • Encryption: Automatically disable key rotation checks for file_key_management plugin ()

    • Some fixes from MySQL 5.7.35 ()

    • Fixed scrubbing on AIX ()

    Optimizer

    • A query that uses ORDER BY .. LIMIT clause and "Range checked for each record optimization" could produce incorrect results under some circumstances ()

    • Queries that have more than 32 equality conditions comparing columns of different tables ("tableX.colX=tableY.colY) could cause a stack overrun in the query optimizer (, )

    • "Condition pushdown into derived table" optimization cannot be applied if the expression being pushed refers to a derived table column which is computed from expression that has a stored function call, @session variable reference, or other similar construct. The fix for makes it so that only the problematic part of the condition is not pushed. The rest of the condition is now pushed. ()

    Packaging & Misc

    • As per the , this will be the last release of for Ubuntu 20.10 Groovy

    • Debian 11 Bullseye repositories added

    • updated to 26.4.9

    • Linux on IBM Z (s390x) architecture added with releases on Ubuntu-20.04 Focal

    Security

    • Fixes for the following :

    Changelog

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

    Contributors

    For a full list of contributors to , see the .

    Do not use non-stable (non-GA) releases in production!

    MariaDB 10.6.12 Release Notes

    MariaDB 10.6.12 is a Stable (GA) release of MariaDB Community Server 10.6, released on 2023-02-06

    Release date: 6 Feb 2023

    is the current long-term series of MariaDB, July 2026. It is an evolution of with several entirely new features.

    is a release.

    Thanks, and enjoy MariaDB!

    MariaDB 10.6.11 Release Notes

    MariaDB 10.6.11 is a Stable (GA) release of MariaDB Community Server 10.6, released on 2022-11-07

    Release date: 7 Nov 2022

    is the current long-term maintenance stable series of MariaDB, maintained until July 2026. It is an evolution of with several entirely new features.

    is a release.

    Thanks, and enjoy MariaDB!

    ... ANY (SELECT ... GROUP BY (SELECT redundant_subselect_here)) ...
    table.keyXpartY [NOT] IN ( ... )

    buf_pool.flush_list corrupted by buffer pool resizing or ROW_FORMAT=COMPRESSED (MDEV-26200)

    A query with window function on the left side of the subquery could cause a crash. (MDEV-25630)

  • Fixed the issue fixed in MySQL Bug #76803: DML or locking SELECT statements that use outer joins could produce this warning in the error log: [ERROR] InnoDB: Unlock row could not find a 3 mode lock on the record. (MDEV-26106)

  • MDEV-24393
    MDEV-14180
    MDEV-26205
    MDEV-26110
    MDEV-25858
    MDEV-17783
    MDEV-23937
    MDEV-25969
    MDEV-25969
    MariaDB Deprecation Policy
    MariaDB 10.6
    CVE-2021-2372
    CVE-2021-2389
    MariaDB 10.6.4
    changelog
    MariaDB 10.6.4
    MariaDB Foundation release announcement
    MariaDB 10.6.24
    Download Now
    Alternate download from mariadb.org
    Galera

    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 page.

    Notable Items
    • As mentioned in the 10.6.11 release notes, our Yum/DNF/Zypper repositories for Red Hat Enterprise Linux, CentOS, Fedora, openSUSE, and SUSE are changing with this release to being signed with a new GPG key with SHA2 digest algorithms instead of SHA1. See this blog post and the page for more details.

    InnoDB

    • corruption with (MDEV-25004)

    • recovery and backup fixes (MDEV-29999, MDEV-30179, MDEV-30438)

    • Upgrade after a crash is not supported (MDEV-24412)

    • Remove load throttling (MDEV-25417)

    • InnoDB shutdown hangs when the change buffer is corrupted ()

    • innodb_fast_shutdown=0 fails to report change buffer merge progress ()

    • mariadb-backup --backup --incremental --throttle=... hangs ()

    • Crash after recovery, with InnoDB: Tried to read ()

    • Trying to write ... bytes at ... outside the bounds ()

    • TRUNCATE breaks FOREIGN KEY locking (, )

    • INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION.NAME is NULL for undo tablespaces ()

    • Fixed hangs and error handling in B-tree operations (, )

    Galera

    • Galera updated to 26.4.14

    • Fixes for cluster wide write conflict resolving (MDEV-29684)

    Replication

    • Parallel slave applying in binlog order is corrected for admin class of commands including ANALYZE (MDEV-30323)

    • is now shown now more precisely at the slave applier start, including in the delayed mode (MDEV-29639)

    • mysqlbinlog --verbose is made to show the type of compressed columns (MDEV-25277)

    • Deadlock is resolved on replica involving BACKUP STAGE BLOCK_COMMIT and a committing user XA ()

    JSON

    • added as an alias for (MDEV-19160)

    General

    • Infinite sequence of recursive calls when processing embedded CTE (MDEV-30248)

    • Crash with a query containing nested WINDOW clauses (MDEV-30052)

    • Major performance regression with 10.6.11 (MDEV-29988)

    • As per the MariaDB Deprecation Policy, this will be the last release of MariaDB 10.6 for Fedora 35.

    • In this release repositories for Fedora 37 and Ubuntu 22.10 Kinetic have been added.

    Changelog

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

    Contributors

    For a full list of contributors to MariaDB 10.6.12, see the MariaDB Foundation release announcement.

    Download
    Release Notes
    Changelog
    Overview of 10.6
    MariaDB 10.6
    maintained until
    MariaDB 10.5
    MariaDB 10.6.12
    Stable (GA)

    The most recent release of MariaDB 10.6 is:

    MariaDB 10.6.24 Stable (GA) Download Now

    Alternate download from mariadb.org

    Be notified of new MariaDB Server releases automatically by 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 page.

    Notable Items

    SSL

    • The server no longer tolerates incorrectly configured SSL (MDEV-29811). If you have enabled SSL in my.cnf but have not configured it properly (for example, a certificate file is missing), MariaDB used to silently disable SSL, leaving you under impression that everything was fine and connections were secure. Since this release, MariaDB will fail to start if SSL is enabled, but cannot be switched on.

    Backup

    • Assertion on info.page_size failed in xb_delta_open_matching_space (MDEV-18589)

    InnoDB

    • Adaptive hash index MDEV-27700, MDEV-29384

    • MVCC and locking (MDEV-29666, MDEV-27927, MDEV-28709, MDEV-29635)

    • Virtual columns (MDEV-29299, MDEV-29753)

    • InnoDB crash recovery fixes (MDEV-29559)

    • Race condition between KILL and transaction commit ()

    • Implement for InnoDB ()

    • fail to update after bulk insert ()

    Galera

    • Galera updated to 26.4.13

    • Galera server crashes after 10.3 > 10.4 upgrade (MDEV-29375)

    • status variable prints 0 as port number if the port is not mentioned in system variable (MDEV-28868)

    Replication

    • XA COMMIT is not binlogged when the has not updated any transaction engine (MDEV-25616)

    • Concurrent statements made to binlog without any mixup (MDEV-25606)

    Repositories

    • Beginning with the next release (Q1 2023), our Yum, DNF, and Zypper repositories for Red Hat, Fedora, and SUSE will be migrated to being signed with a new . The key we are migrating to is the same one we already use for our Debian and Ubuntu Repositories.

      • The short Key ID is: 0xC74CD1D8

      • The long Key ID is: 0xF1656F24C74CD1D8

      • The full fingerprint of the key is: 177F 4010 FE56 CA33 3630 0305 F165 6F24 C74C D1D8

      • The key can be imported now in preparation for this change using the following command:

    Docker Official Image

    The following changes have been made to the docker.io/library/mariadb container image.

    • The number of gpg packages has been removed, leaving enough to apt-get update, but dirmngr that would fetch keys has been removed. (inspired by issue #469)

    • The environment variable LANG=C.UTF-8 has been added for those that exec into containers and copy paste UTF8 characters (fixes issue #468).

    • Adds OCI labels to image (fixes issue 436 and users need for version)

    • MariaDB config: skip-host-cache and skip-name-resolve moved to /etc/mysql/mariadb.conf.d/05-skipcache.cnf

    Changelog

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

    Contributors

    For a full list of contributors to MariaDB 10.6.11, see the MariaDB Foundation release announcement.

    Download
    Release Notes
    Changelog
    Overview of 10.6
    MariaDB 10.6
    MariaDB 10.5
    MariaDB 10.6.11
    Stable (GA)

    The most recent release of MariaDB 10.6 is:

    MariaDB 10.6.24 Stable (GA) Download Now

    Alternate download from mariadb.org

    Be notified of new MariaDB Server releases automatically by 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 page.

    MDEV-26476
    MDEV-27956
    MDEV-15250
    MDEV-27274
    MDEV-27234
    MDEV-27817
    MDEV-27805
    MDEV-11853
    MDEV-28583
    MDEV-25580
    MDEV-24617
    MDEV-28550
    MDEV-28310
    MDEV-21810
    MDEV-27697
    MDEV-14608
    MDEV-19398
    MDEV-28268
    MDEV-26164
    MDEV-26047
    MDEV-25994
    MDEV-24560
    MDEV-28437
    CVE-2022-27378
    CVE-2022-27379
    CVE-2022-27380
    CVE-2022-27381
    CVE-2022-27382
    CVE-2022-27383
    CVE-2022-27384
    CVE-2022-27386
    CVE-2022-27387
    CVE-2022-27444
    CVE-2022-27445
    CVE-2022-27446
    CVE-2022-27447
    CVE-2022-27448
    CVE-2022-27449
    CVE-2022-27451
    CVE-2022-27452
    CVE-2022-27455
    CVE-2022-27456
    CVE-2022-27457
    CVE-2022-27458
    CVE-2022-32087
    CVE-2022-32086
    CVE-2022-32085
    CVE-2022-32083
    CVE-2022-32088
    subscribing
    MDEV-28668
    MDEV-28731
    MDEV-28752
    MDEV-28802
    MDEV-28864
    MDEV-28870
    MDEV-28923
    MDEV-28977
    MDEV-13542
    MDEV-18519
    MDEV-21098
    MDEV-22388
    MDEV-28457
    MDEV-28948
    MDEV-28609
    MDEV-27862
    MDEV-25949
    MDEV-28246
    MDEV-25020
    MariaDB 10.5.9
    MDEV-9750
    MariaDB Deprecation Policy
    MariaDB 10.6
    CVE-2022-32081
    CVE-2018-25032
    CVE-2022-32091
    CVE-2022-32084
    CVE-2022-38791
    subscribing
    MDEV-31309
    MDEV-31308
    MDEV-30473
    subscribing
    MDEV-25882
    MDEV-21117
    MDEV-22189
    MDEV-15888
    MDEV-16708
    MariaDB 10.6.2
    changelog
    MariaDB 10.6.2
    MariaDB Foundation release announcement
    MariaDB 10.6.24
    Download Now
    Alternate download from mariadb.org

    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 page.

    MariaDB 10.6 Changes & Improvements

    An overview of changes, improvements, and what's new in MariaDB Community Server 10.6

    The most recent release of MariaDB 10.6 is:

    Stable (GA)

    MariaDB 10.6 is a long-term maintenance stable version. The first stable release was in July 2021, and it will be maintained until July 2026.

    Upgrading

    • See and .

    New Features & Improvements

    See the page for items that are different between MariaDB Community Server 10.6 and MariaDB Enterprise Server 10.6.

    Atomic DDL

    • , , , , and related DDL statements . Either the statement is fully completed, or everything is reverted to it's original state. Note that when deleting multiple tables with DROP TABLE, only each individual drop is atomic, not the full list of tables). ().

    SQL Syntax

    • Implement SQL-standard ()

    • Add syntax (InnoDB only) ()

    • (, )

    • , used to extract JSON data based on a JSON path expression and to return it as a relational table ()

    Oracle Compatibility

    • Anonymous (no AS clause) are permitted in ()

    • added ()

    • added ()

    • added ()

    InnoDB

    • Optimization to speed up inserts into an empty table ()

    • We intended to deprecate and eventually remove the . The first step was to make the tables , but this plan was abandoned from () ()

    • now directly reflects the filesystem, and has been removed ()

    Replication, Galera and Binlog

    • Increase limit to 255, user to 128 ()

    • The system variable, for turning on WSREP features which are not part of default behavior (including the experimental Aria replication) (, , )

    • The delay between binary log purges can now be specified with much greater precision. The system variable is introduced as a form of alias for , which now accepts a precision of 1/1000000 days ()

    Sys Schema

    • Bundle , a collection of views, functions and procedures to help administrators get insight into database usage. ()

    Performance Schema

    • Merged replication instrumentation and tables (, )

    Information Schema

    • The views and have been added to the information schema ()

    Storage Engines

    • has been removed ()

    • has been removed ()

    Character Sets

    • The utf8 (and related collations) is now by default an alias for utf8mb3 rather than the other way around. It can be set to imply utf8mb4 by changing the value of the system variable ()

    General

    • Bundle sys schema ()

    • Do not resend unchanged resultset metadata for prepared statements ()

    • now listens on both IPv6 and IPv4 addresses ()

    • Support systemd socket activation ()

    Variables

    • For a list of all new variables, see and .

    • has been reduced to 1000 ()

    InnoDB Variables

    The following deprecated variables have been removed ():

    Security Vulnerabilities Fixed in

    For a complete list of security vulnerabilities (CVEs) fixed across all versions of MariaDB, see the page.

    • :

    • :

    • :

    • :

    List of All Releases

    Date
    Release
    Status
    Release Notes
    Changelog

    MariaDB 10.6.6 Release Notes

    MariaDB 10.6.6 is a Stable (GA) release of MariaDB Community Server 10.6, released on 2022-02-09

    Release date: 9 Feb 2022

    This release is no longer available for download after a problem was noticed when manually running mariadb-upgrade. See for more details.Please use a later release.

    is the current long-term maintenance stable series of MariaDB. It is an evolution of with several entirely new features.

    is a release.

    Thanks, and enjoy MariaDB!

    sudo rpm --import https://supplychain.mariadb.com/MariaDB-Server-GPG-KEY

    MINUS is mapped to in UNION (MDEV-20021)

  • function returns the current number of accepted rows in the current context (MDEV-24089)

  • Defer writes to the InnoDB temporary tablespace (
    )
  • The old MariaDB 5.5-compatible innodb checksum is no longer supported, only crc32. Removed the *innodb and *none options from , and the --strict-check/-C and --write/-w options from (MDEV-25105)

  • Allow transition from unencrypted to TLS Galera cluster communication without cluster downtime (MDEV-22131)

    For the , support AD or local group name, and SIDs on Windows (MDEV-23959)

  • Check for $MARIADB_HOME/my.cnf (MDEV-21365)

  • CVE-2022-47015: MariaDB 10.6.13

  • CVE-2022-38791: MariaDB 10.6.9

  • CVE-2022-32091: MariaDB 10.6.9

  • CVE-2022-32089: MariaDB 10.6.9

  • CVE-2022-32088: MariaDB 10.6.8

  • CVE-2022-32087: MariaDB 10.6.8

  • CVE-2022-32086: MariaDB 10.6.8

  • CVE-2022-32085: MariaDB 10.6.8

  • CVE-2022-32084: MariaDB 10.6.9

  • CVE-2022-32083: MariaDB 10.6.8

  • CVE-2022-32082: MariaDB 10.6.9

  • CVE-2022-32081: MariaDB 10.6.9

  • CVE-2022-31624: MariaDB 10.6.5

  • CVE-2022-27458: MariaDB 10.6.8

  • CVE-2022-27457: MariaDB 10.6.8

  • CVE-2022-27456: MariaDB 10.6.8

  • CVE-2022-27455: MariaDB 10.6.8

  • CVE-2022-27452: MariaDB 10.6.8

  • CVE-2022-27451: MariaDB 10.6.8

  • CVE-2022-27449: MariaDB 10.6.8

  • CVE-2022-27448: MariaDB 10.6.8

  • CVE-2022-27447: MariaDB 10.6.8

  • CVE-2022-27446: MariaDB 10.6.8

  • CVE-2022-27445: MariaDB 10.6.8

  • CVE-2022-27444: MariaDB 10.6.8

  • CVE-2022-27387: MariaDB 10.6.8

  • CVE-2022-27386: MariaDB 10.6.8

  • CVE-2022-27385: MariaDB 10.6.5

  • CVE-2022-27384: MariaDB 10.6.8

  • CVE-2022-27383: MariaDB 10.6.8

  • CVE-2022-27382: MariaDB 10.6.8

  • CVE-2022-27381: MariaDB 10.6.8

  • CVE-2022-27380: MariaDB 10.6.8

  • CVE-2022-27379: MariaDB 10.6.8

  • CVE-2022-27378: MariaDB 10.6.8

  • CVE-2022-27377: MariaDB 10.6.8

  • CVE-2022-27376: MariaDB 10.6.8

  • CVE-2022-24052: MariaDB 10.6.6

  • CVE-2022-24051: MariaDB 10.6.6

  • CVE-2022-24050: MariaDB 10.6.6

  • CVE-2022-24048: MariaDB 10.6.6

  • CVE-2022-21595: MariaDB 10.6.6

  • CVE-2022-0778: MariaDB 10.6.6

  • CVE-2021-46669: MariaDB 10.6.8

  • CVE-2021-46668: MariaDB 10.6.7

  • CVE-2021-46667: MariaDB 10.6.5

  • CVE-2021-46665: MariaDB 10.6.7

  • CVE-2021-46664: MariaDB 10.6.7

  • CVE-2021-46663: MariaDB 10.6.7

  • CVE-2021-46662: MariaDB 10.6.5

  • CVE-2021-46661: MariaDB 10.6.7

  • CVE-2021-46659: MariaDB 10.6.6

  • CVE-2021-46658: MariaDB 10.6.3

  • CVE-2021-35604: MariaDB 10.6.3

  • CVE-2021-2389: MariaDB 10.6.4 [2]

  • CVE-2021-2372: MariaDB 10.6.4 [2]

  • CVE-2018-25032: MariaDB 10.6.9

  • MariaDB 10.6.22

    Stable (GA)

    4 Feb 2025

    MariaDB 10.6.21

    Stable (GA)

    1 Nov 2024

    MariaDB 10.6.20

    Stable (GA)

    8 Aug 2024

    MariaDB 10.6.19

    Stable (GA)

    16 May 2024

    MariaDB 10.6.18

    Stable (GA)

    7 Feb 2024

    MariaDB 10.6.17

    Stable (GA)

    13 Nov 2023

    MariaDB 10.6.16

    Stable (GA)

    14 Aug 2023

    MariaDB 10.6.15

    Stable (GA)

    7 Jun 2023

    MariaDB 10.6.14

    Stable (GA)

    10 May 2023

    MariaDB 10.6.13

    Stable (GA)

    6 Feb 2023

    MariaDB 10.6.12

    Stable (GA)

    7 Nov 2022

    MariaDB 10.6.11

    Stable (GA)

    19 Sep 2022

    MariaDB 10.6.10

    Stable (GA)

    15 Aug 2022

    MariaDB 10.6.9

    Stable (GA)

    20 May 2022

    MariaDB 10.6.8

    Stable (GA)

    12 Feb 2022

    MariaDB 10.6.7

    Stable (GA)

    9 Feb 2022

    MariaDB 10.6.6

    Stable (GA)

    8 Nov 2021

    MariaDB 10.6.5

    Stable (GA)

    6 Aug 2021

    MariaDB 10.6.4

    Stable (GA)

    6 Jul 2021

    MariaDB 10.6.3

    Stable (GA)

    18 Jun 2021

    MariaDB 10.6.2

    RC

    21 May 2021

    MariaDB 10.6.1

    Beta

    26 Apr 2021

    MariaDB 10.6.0

    Alpha

    6 Nov 2025

    MariaDB 10.6.24

    Stable (GA)

    Release Notes

    Changelog

    6 Aug 2025

    MariaDB 10.6.23

    Stable (GA)

    Release Notes

    Changelog

    Differences in MariaDB Enterprise Server 10.6
    MDEV-23842
    MDEV-23908
    MDEV-13115
    MDEV-7317
    MDEV-25075
    MDEV-17399
    ORACLE mode
    MDEV-19162
    MDEV-20025
    MDEV-20017
    MDEV-24285
    MDEV-515
    MariaDB 10.6.6
    MDEV-23497
    MDEV-27736
    MDEV-22343
    MDEV-24312
    MDEV-20008
    MDEV-20715
    MDEV-24946
    MDEV-19371
    MDEV-9077
    MDEV-16437
    MDEV-20220
    MDEV-25129
    MDEV-19780
    MDEV-23024
    MDEV-8334
    MDEV-9077
    MDEV-19237
    MDEV-6536
    MDEV-5536
    MDEV-17239
    MDEV-23397
    MariaDB 10.6
    CVE-2025-21490
    MariaDB 10.6.21
    CVE-2024-21096
    MariaDB 10.6.18
    CVE-2023-5157
    MariaDB 10.6.9
    CVE-2023-22084
    MariaDB 10.6.16
    MariaDB 10.6
    MariaDB 10.6.24
    Download Now
    Alternate download from mariadb.org

    8 May 2025

    MDEV-12227
    Notable Items

    InnoDB

    • does not disallow .isl file creation (MDEV-26870)

    • Indexed columns are broken with NO_PAD (MDEV-25440)

    • insert-intention lock conflicts with waiting ORDINARY lock (MDEV-27025)

    • Crash recovery improvements (, , , )

    • skips valid .ibd file ()

    • Allow seamless upgrade despite ()

    Galera

    • Galera updated to 26.4.11

    • Galera SST scripts should use ssl_capath (not ssl_ca) for CA directory (MDEV-27181)

    • Alter Sequence do not replicate to another nodes with in Galera Cluster (MDEV-19353)

    • Galera crash - Assertion. Possible parallel writeset problem (MDEV-26803)

    • CREATE TABLE with FOREIGN KEY constraint fails to apply in parallel ()

    • Galera cluster node consider old server_id value even after modification of server_id [wsrep_gtid_mode=ON] ()

    Replication

    • Seconds behind master corrected from artificial spikes at relay-log rotation (MDEV-16091)

    • Statement rollback in binlog when transaction creates or drop temporary table is set right (MDEV-26833)

    • CREATE-or-REPLACE SEQUENCE is made to binlog with the DDL flag to stabilize its parallel execution on slave (MDEV-27365)

    Packaging & Misc

    • prohibition running two upgrades in parallel (MDEV-27068, MDEV-27107, MDEV-27279)

    • As per the MariaDB Deprecation Policy, this will be the last release of MariaDB 10.6 for Ubuntu 21.04 Hirsute, CentOS 8, and Fedora 33

    • script updated to version 2022-02-08, with the following fixes and enhancements:

      • Default location of the script has been moved to: (old location is deprecated, but still works)

      • The GPG keyring file, used with Debian and Ubuntu repositories, has moved to: and the checksum for the file can be found at:

      • Support for RHEL and SLES aarch64 repositories added

      • New function added to verify that the MariaDB Server version, if specified on the command line, follows the correct naming and that a corresponding repository actually exists.

      • Fixed repository pinning for Ubuntu and Debian repositories

      • MariaDB Server 10.7 is now the default server version

    Docker Library

    • Faster initialization by disabling binary logging during initialization (MDEV-27074)

    • mysql_upgrade can be run if needed using the environment variable MARIADB_AUTO_UPGRADE=1 (MDEV-25670)

    • A healthcheck script /usr/local/bin/healthcheck.sh is installed in the container with various checking options (MDEV-25434)

    • mysql@localhost user is created with the environment variable MARIADB_MYSQL_LOCALHOST_USER=1 and additional grants (beyond USAGE) with MARIADB_MYSQL_LOCALHOST_GRANTS={global grant list} (MDEV-27732)

    • skip innodb buffer pool loads/dumps on temporary startup/shutdown for faster startup/initialization, and accurate "healthcheck.sh --innodb_buffer_pool_loaded"

    • change group ownership on datadir/socket dir ()

    • log note about note on Securing system users, mysql_secure_installation not required ()

    • speed up Docker Library initialization of timezones (, )

    • MariaDB names of executable programs and scripts used instead of historical mysql ones

    Security

    • Fixes for the following :

      • CVE-2022-24052

      • CVE-2022-24051

      • CVE-2022-24050

    Changelog

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

    Contributors

    For a full list of contributors to MariaDB 10.6.6, see the MariaDB Foundation release announcement.

    Release Notes
    Changelog
    Overview of 10.6
    MDEV-27789
    MariaDB 10.6
    MariaDB 10.5
    MariaDB 10.6.6
    Stable (GA)

    The most recent release of MariaDB 10.6 is:

    MariaDB 10.6.24 Stable (GA) Download Now

    Alternate download from mariadb.org

    Be notified of new MariaDB Server releases automatically by 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 page.

    MDEV-30009
    MDEV-29984
    MDEV-29896
    MDEV-30132
    MDEV-30069
    MDEV-29504
    MDEV-29849
    MDEV-30119
    MDEV-29603
    MDEV-30400
    MDEV-30423
    subscribing
    MDEV-29368
    MDEV-24402
    MDEV-28327
    subscribing

    MariaDB 10.6.21 Release Notes

    MariaDB 10.6.21 is a Stable (GA) release of MariaDB Community Server 10.6, released on 2025-02-04

    The most recent release of MariaDB 10.6 is:

    Stable (GA)

    Download Release Notes Changelog Overview of 10.6

    Release date: 4 Feb 2025

    MariaDB 10.6 is a current long-term series of MariaDB, maintained until July 2026. It is an evolution of MariaDB 10.5 with several entirely new features.

    MariaDB 10.6.21 is a Stable (GA) release.

    Thanks, and enjoy MariaDB!

    Notable Items

    Storage Engines

    • Fix possible InnoDB hang while running out of buffer pool ()

    • Fix assertion failure on cascading foreign key update of table with vcol index in parent ()

    • Fix potential issue in secondary Index with ROW_FORMAT=COMPRESSED and Change buffering enabled ()

    • Fix issue where ON UPDATE SET NULL could not be specified on a NOT NULL column ()

    • Fix possible crash on DELETE from a HEAP table ()

    • Fix possible Spider thread hang in 'Update' state on 2nd INSERT ()

    • Fix possible crash on bootup in spider_sys_open_table (, , )

    • Fix incorrect formatting of timestamp during parsing of a binary log, causing point in time recovery discrepancies ()

    • can now correctly process more than one logfile when --stop-datetime is specified ()

    • Setting pseudo_thread_id to a value exceeding 4 bytes previously resulted in truncation when written to the binary log ()

    Optimizer

    • Fix server crash in get_sort_by_table/make_join_statistics after INSERT into a view with ORDER BY ()

    • Fix failing assertion causing disruption and replication failure ()

    • Conditions with SP local variables are now pushed into derived table. Previous behaviour caused slow performance and table scans instead of using the pushed down condition ()

    • NULL-aware materialization with IN predicate and single column no longer skips building sorted Ordered_key structures (

    • History is now stored on the same partitions on different Galera nodes when system versioning is enabled ()

    • Fix possible hang or crash during InnoDB purge with HASH indexes during ALTER TABLE ()

    • EXCHANGE PARTITION now works for tables with unique blobs ()

    • algorithm = instant can now correctly be used if a table has partitions and one tries to change a column with an index which is not the partitions key. This previously gave error "ERROR 1846 (0A000): ALGORITHM=INSTANT is not supported. Reason: ADD INDEX. Try ALGORITHM=NOCOPY". (

    • Fix assertion falilure and possible index corruption with unique key and nopad collation without DESC or HASH keys ()

    • Fix client crash the command after client sets character set to utf32 ()

    • Fix possible runtime error caused by XA RECOVER applying a zero offset to a null pointer ()

    • Fix issue where functions in default values in tables with certain character sets could break SHOW CREATE and mariadb-dump ()

    • updated to 26.4.21

      • NOTE: Includes increasing the GCS protocol version, which prevents downgrades of individual nodes in the cluster as soon as all nodes have been updated

    • Fix streaming replication transaction crash with innodb_snapshot_isolation ()

    • Fix sporadic failure of async replication on Galera async replica nodes with parallel replication enabled (

    • For an authentication with the the password of the CREATE USER statement is now masked in the audit log ()

    • MariaDB Audit now detects all DCLs forms for masking a password ()

    General

    • Fix possible crash where server could not construct a geomery object from the input ()

    • Fix trigger created with "" which is adding rows to another table using "FOR EACH ROW insert into table2(id, name) values (NEW.id, NEW.name);" that did not work correctly when if bulk inserts are used by the application. Only the first row of the bulk insert would be added to the table ()

    Security

    • Fixes for the following :

    Changelog

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

    Contributors

    For a full list of contributors to , see the .

    MariaDB 10.6.20 Release Notes

    MariaDB 10.6.20 is a Stable (GA) release of MariaDB Community Server 10.6, released on 2024-11-01

    The most recent release of MariaDB 10.6 is:

    Stable (GA)

    Download Release Notes Changelog Overview of 10.6

    Release date: 1 Nov 2024

    MariaDB 10.6 is a current long-term series of MariaDB, maintained until July 2026. It is an evolution of MariaDB 10.5 with several entirely new features.

    MariaDB 10.6.20 is a Stable (GA) release.

    Thanks, and enjoy MariaDB!

    Notable Items

    Storage Engines

    • Fix attempt to read outside the bounds of the file: ./ibdata1 ()

    • Fix MariaDB crash with SIGILL because the OS does not support AVX512 ()

    • Fix deadlock caused by lock_rec_unlock_unmodified() ()

    • Fix duplicate key error in table 'mysql.innodb_table_stats' ()

    • Fix server crash when calling after is enabled ()

    • SELECT MIN on Spider table no longer returns more rows than expected ()

    • Fix Spider group by handler wrong result on order by aggregate ()

    • Fix Storage Engine S3 that caused 500 error when using Huawai Cloud S3 and possibly other S3 providers ()

      • A new option has been added. s3-provider=Huawai needs to be set for Huawai Cloud S3

      • New option , if true, SSL certificate verification for the S3 endpoint is disabled

    Optimizer

    • Fix crash caused by query containing constant having clause ()

    • Fix assertion with optimizer_join_limit_pref_ratio and 1-table select ()

    Data Definition - Alter Table

    • Fix InnoDB crash under Windows Subsystem for Linux on ALTER TABLE or OPTIMIZE TABLE ()

    • Modification of the column now correctly checks foreign key constraint ()

    • Fix incorrect NULL value handling for instantly dropped BLOB columns ()

    • Galera updated to 26.4.20

    • Fix server crash when setting wsrep_cluster_address after adding invalid value to wsrep_allowlist table ()

    • TOI (ALTER) no longer hangs on a parent table if SR transaction is in progress on a child table ()

    • Fix INSERT...SELECT' on MyISAM table suddenly replicated by alera ()

    Backup

    • Recovery now correctly notes some log corruption ()

    • InnoDB now correctly merges the change buffer to ROW_FORMAT=COMPRESSED tables ()

    • Can now selectively restore sequences using innodb tables from backup ()

    JSON

    • now properly unquotes strings ()

    • default values now allows non-string literals ()

    General

    • As per the , this will be the last release of for SLES 12, and Windows 11 22H2

    • no longer hangs on startup when --init-file target does not exist ()

    • LOAD DATA INFILE with geometry data no longer fails ()

    • Fix heap-use-after-free in group_concat with compressed or GIS columns ()

    Changelog

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

    Contributors

    For a full list of contributors to , see the .

    MariaDB 10.6.22 Release Notes

    MariaDB 10.6.22 is a Stable (GA) release of MariaDB Community Server 10.6, released on 2025-05-08

    The most recent release of MariaDB 10.6 is:

    Stable (GA)

    Download Release Notes Changelog Overview of 10.6

    Alternate download from mariadb.org

    Release date: 8 May 2025

    MariaDB 10.6 is a current long-term series of MariaDB, maintained until July 2026. It is an evolution of MariaDB 10.5 with several entirely new features.

    MariaDB 10.6.22 is a Stable (GA) release.

    Thanks, and enjoy MariaDB!

    Notable Items

    Storage Engines

    InnoDB

    • Incorrect undo logging for indexes on virtual columns whose index ID does not fit in 32 bits ()

    • Race conditions between ALTER TABLE or OPTIMIZE TABLE and the purge of transaction history were fixed. ()

    • ASAN errors in dict_sys_t::load_table / get_foreign_key_info after failing to load a table ()

    • CREATE INDEX fails to heal a FOREIGN KEY constraint ()

    Spider

    • The untested ha_spider::index_first_internal constructs broken queries ()

    • Unexpected error 1264 'Out of Range Value for Column' when inserting into ... select ... from a spider table ()

    • Tests calling the udf spider_copy_tables fail with --view-protocol ()

    Optimizer

    • group by handler missing constant fields when selecting from a view ()

    Data Definition - Alter Table

    • Incorrect error handling on DDL with FULLTEXT INDEX ()

    • ALTER TABLE…SEQUENCE does not work correctly with InnoDB ()

    • The server could crash when an UPDATE is about to commit concurrently with a CREATE INDEX that includes VIRTUAL columns ()

    • ALTER TABLE…DROP COLUMN after a failed ALTER TABLE…DROP COLUMN could lead to a server crash ()

    GIS

    • Server aborts while deleting the record in spatial index ()

    Upgrades

    • Upgrades fail on Windows ()

    Galera

    • updated to 26.4.22

    • With wsrep_ignore_apply_errors = 0, the node crashes due to assertion thd->is_error() failed in Sql_cmd_dml::prepare(), shown in the logs ()

    • In some cases, if there are MDL locks (for example, when LOCK TABLE is executed), a node could get stuck in the system thread due to incorrect handling of metadata locks (MDL) in server code when a transaction was BF aborted. ()

    • Regression after the fix for - sometimes the server crashes with an assertion in wsrep::transaction::before_rollback(), for example when using OPTIMIZE TABLE on an ARIA table with wsrep_osu_method=RSU. (

    Partitioning

    • corruption when query cache cannot allocate block ()

    Data Manipulation - Update

    • Stack looping and SIGSEGV in Item_args::walk_args on UPDATE ()

    Server

    • Server crash in find_field_in_tables, Assertion `name' failed in find_field_in_table_ref ()

    • Server crash when inserting from derived table containing insert target table ()

    • MariaDB effectively running as root CAP_DAC_OVERRIDE ()

    • Build fails with cmake 4.0 ()

    Plugin - Audit

    • Long server_audit_file_path causes buffer overflow ()

    General

    • As per the , this will be the last release of for Ubuntu 20.04 LTS 'focal'

    • Field pointer may be uninitialized in fill_record ()

    • Wrong results from tables with a single record and an aggregate ()

    Security

    • Fixes for the following :

    Changelog

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

    MariaDB 10.6.15 Release Notes

    MariaDB 10.6.15 is a Stable (GA) release of MariaDB Community Server 10.6, released on 2023-08-14

    Release date: 14 Aug 2023

    is a previous long-term series of MariaDB, July 2026. It is an evolution of with several entirely new features.

    is a release.

    Thanks, and enjoy MariaDB!

    New parameter --skip-freed-pages for . Use this parameter to not get freed undo logs reported as existing undo log pages. (MDEV-35394)

  • Cloning of table statistics while saving the InnoDB table stats is now avoided (MDEV-35363)

  • InnoDB deadlock output query length increased to improve visibility of deadlocked statements. (MDEV-32576)

  • MariaDB now supports MySQL 8.0 binlog events, including PARTIAL_UPDATE_ROWS_EVENT, TRANSACTION_PAYLOAD_EVENT, and HEARTBEAT_LOG_EVENT_V2. (MDEV-35643)
    )
  • Fix possibly wrong result using a degenerated subquery (SELECT ) with window function (MDEV-35869)

  • )
    )
  • Fix possible failure of wsrep_sst_rsync SST script if user specified aria_log_dir_path different from default data directory (MDEV-35387)

  • Fix cluster node hang during shutdown if threadpool is used (MDEV-35710)

  • MariaDB Cluster and ALTER INPLACE running in Total Order Isolation (wsrep_OSU_method=TOI) now correctly abort a DML INSERT operation in InnoDB (MDEV-33064)

  • Fix possible crash in wsrep_check_sequence (MDEV-33245)

  • Fix sporadic reporting of success when a deadlock error occurs under --ps-protocol BF aborted transaction (MDEV-35446)

  • Rows in table mysql.gtid_slave_pos are now correctly deleted on Galera nodes when wsrep_gtid_mode = 1 is used, which previously lead to wrong information about replica delays (MDEV-34924)

  • Undefined behavior could occur when attempting to perform INSERT DELAYED on a Galera cluster node. (MDEV-35852)

  • Fix issue where DROP TABLE on child and UPDATE of parent table can cause a metadata lock BF-BF conflict when applied concurrently. (MDEV-35018)

  • Galera protocol versions are now shown by show status - change available with installation of galera library 26.4.21+ (MDEV-35505)

  • Fix possible crash in wsrep_sst_mariadb-backup script when upgrading node in cluster from 10.11.9 to 10.11.10. (MDEV-35526)

  • wsrep_sst_mariadb-backup.sh no longer uses --use-memory default (100MB) resulting in prepare stage which could take hours (MDEV-35749)

  • After changing the table definition for the system table 'mysql.servers', a following execution of CREATE SERVER would previously lead to a server crash.
    • NOTE: System tables should never be modified by a user anyhow (MDEV-33783)

  • Fix connection hang after query on a partitioned table with UNION and LIMIT ROWS EXAMINED (MDEV-35571)

  • Fix possible crash during index traversal using tree_search_next. (MDEV-28130)

  • FIx assertion failure where CURRENT_USER was not correctly copied during condition pushdown (MDEV-35090)

  • START TRANSACTION, when triggering an implicit commit as a COMMIT or ROLLBACK has not been executed before, now resets optional characteristics added to the last START TRANSACTION command (MDEV-35335)

  • sql_mode='NO_UNSIGNED_SUBTRACTION' now works for multiple unsigned integers (MDEV-35651)

  • The "Failed to write to mysql.slow_log" error no longer shown without a detailed reason for the error (MDEV-20281)

  • Fix doublewrite recovery of innodb_checksum_algorithm=full_crc32 encrypted pages (MDEV-34898)

  • Can now correctly add a foreign key on a table with a long UNIQUE multi-column index that contains a foreign key as a prefix (MDEV-33658)

  • During an online table rebuild of an InnoDB statistics table, opt_search_plan_for_table() no longer sometimes degrades to full table scan (MDEV-35443)

  • Fix debian-start script failure when using non-standard socket path (MDEV-35907)

  • Fix possible hang or crash where zero offset applied to null pointer (MDEV-35864)

  • Fixed issue where ST_PointFromWKB ignored SRID parameter and returned 0 (MDEV-32619)

  • Fix possible hang during CREATE TABLE…SELECT error handling, especially with innodb_snapshot_isolation enabled (MDEV-35647)

  • Fix incorrect locking order of LOCK_log/LOCK_commit_ordered and LOCK_global_system_variables (MDEV-29744)

  • Fix rare cases where binlog entries could receive incorrect timestamps on secondary nodes of a Galera cluster, potentially impacting replication accuracy (MDEV-35157)

  • Fix possible memory leak on SHUTDOWN (MDEV-35326)

  • Fix possible memory leak while shutting down server after installing the auth_gssapi plugin (MDEV-35575)

  • Fix possible server crash when using INSERT DELAYED on tables with virtual columns. (MDEV-26891)

  • Fix possible Spider crash or hang when the first byte of a connection key is changed (MDEV-34849)

  • A BEFORE INSERT Trigger previously returned with error ""Field 'xxx' doesn't have a default value", if a NULL value is added for a column defined NOT NULL without explicit value and no DEFAULT specified (MDEV-19761)

  • Calling a stored routine that executes a join on three or more tables and referencing not-existent column name in the USING clause could previously result in a crash on its second invocation. (MDEV-24935)

  • Fix rare cases where binlog entries could receive incorrect timestamps on secondary nodes of a Galera cluster, potentially impacting replication accuracy (MDEV-35157)

  • MDEV-35409
    MDEV-29182
    MDEV-35679
    MDEV-35445
    MDEV-22695
    MDEV-35064
    MDEV-32822
    MDEV-34302
    MDEV-34925
    MDEV-31761
    MDEV-35528
    MDEV-35646
    MDEV-29935
    MDEV-24035
    MDEV-35910
    MDEV-34665
    Partitioning
    MDEV-35096
    MDEV-25654
    MDEV-35612
    MDEV-30111
    MDEV-34090
    MDEV-35549
    MDEV-29968
    MDEV-35281
    MDEV-35465
    MDEV-35507
    MDEV-35522
    MDEV-33987
    MDEV-34958
    CVE-2025-21490
    MariaDB 10.6.21
    changelog
    MariaDB 10.6.21
    MariaDB Foundation release announcement
    MariaDB 10.6.24
    Download Now
    Alternate download from mariadb.org
    Galera
    Galera

    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 page.

    MDEV-34813

    Fix possible adaptive hash index corruption with ALTER TABLE...IMPORT TABLESPACE and FULLTEXT SEARCH (MDEV-35059)

  • XA prepare now correctly releases unmodified records in non-blocking mode (MDEV-34466)

  • Fix contention between secondary index UPDATE and purge due to large innodb_purge_batch_size (MDEV-34515)

    • New default of 127 for (previously 1000).

  • Fix redundant page lookups that hurt performance (MDEV-34791)

  • Fix case where with wsrep_mode=REPLICATE_ARIA, only part of the mixed-engine transactions was replicated (MDEV-30653)

  • Fix galera_ssl_reload failure with warning message (MDEV-32778)

  • When InnoDB gets an assertion failure, WSREP layer is now handled gracefully (MDEV-32363)

  • Fix assertion `!is_cond()' failed in Item_bool_func::val_int / do_select (MDEV-35135)

  • Trigger now works correctly with bulk update (MDEV-34718)

  • Fix assertion failure in find_producing_item upon a query from a view (MDEV-35276)

  • Add new setting, to the mariadb client for use in --quick mode (MDEV-34704)

  • MDEV-34453
    MDEV-34565
    MDEV-34690
    MDEV-34207
    MDEV-34682
    MDEV-26345
    MDEV-29546
    MDEV-34867
    MDEV-23983
    MDEV-35072
    MDEV-34938
    MDEV-34392
    MDEV-35122
    MDEV-31173
    MDEV-34836
    MDEV-34647
    MDEV-34802
    MDEV-34879
    MDEV-32350
    MDEV-27412
    MDEV-25822
    MariaDB Deprecation Policy
    MariaDB 10.6
    MDEV-34814
    MDEV-34883
    MDEV-16699
    MariaDB 10.6.20
    changelog
    MariaDB 10.6.20
    MariaDB Foundation release announcement
    MariaDB 10.6.24
    Download Now
    Alternate download from mariadb.org
    Galera

    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 page.

    Doublewrite recovery of innodb_checksum_algorithm=full_crc32 page_compressed pages does not work (MDEV-36180)

  • innodb_snapshot_isolation=1 gives error for not committed row changes (MDEV-36639)

  • The deprecated parameter innodb_purge_rseg_truncate_frequency is not being recognized (MDEV-36378)

  • dict_stats_fetch_from_ps() unnecessarily holds exclusive dict_sys.latch (MDEV-35436)

  • Stall and crash when page cleaner fails to generate free pages during Async flush (MDEV-36226)

  • Performance regression in INSERT…SELECT due to unnecessarily making InnoDB log durable. (MDEV-35813)

  • )
  • In Galera, creating sequence with a small cache leads to signal 6 error: [ERROR] WSREP: FSM: no such a transition REPLICATING -> COMMITTED. (MDEV-33850)

  • Assertion `commit_trx' failed in innobase_commit() (ha_innodb.cc). An INSERT with sql_log_bin=0 is still replicated in Galera (per MDEV-7205), despite binary logging being disabled. This results in a partial binlog bypass, requiring a two-phase commit (2PC). During 2PC, the INSERT is first prepared (entering the PREPARED state in InnoDB), and on commit, the new assertion from MDEV-24035 fails, causing a crash with "Assertion 'commit_trx' failed" in logs. (MDEV-35658)

  • When a sequence is used and inserts run in parallel on multiple Galera nodes, a transaction may be aborted after passing certification. If it then attempts to roll back, the binlog statement cache—which includes reserved sequence values—may be written prematurely. This causes a crash with the diagnostic "WSREP: FSM: no such a transition REPLICATING -> COMMITTED" in the logs, as the transaction is supposed to replay and only write to the binlog during the final commit. (MDEV-33589)

  • After a corrupted table on one node triggers the cluster to vote to evict a node that failed a transaction, the current master can't commit any more and hangs. To avoid this crash in the future, the user should also update the galera library to version 26.4.21+. (MDEV-34998)

  • Creating partitioned tables is disallowed when wsrep_osu_method=TOI and wsrep_strict_ddl=ON, preventing alteration or deletion of partitioned tables. (MDEV-27861)

  • Attempting to create a CONNECT engine table results in "non-InnoDB sequences in Galera cluster" error message in logs due to an incorrect engine check. (MDEV-35748)

  • Build fails with cmake 4.0.0 due to wsrep (MDEV-36422)

  • A Galera node may hang due to improper mutex handling: a thread held lock_sys.wait_mutex while triggering a streaming replication rollback, which also tried to acquire THD::LOCK_thd_kill, leading to incorrect mutex usage. In debug versions, this leads to diagnostics like "safe_mutex: Found wrong usage of mutex 'wait_mutex' and 'LOCK_thd_data'", but in both debug and release versions, there is some probability that the node may hang. (MDEV-36509)

  • CVE-2023-52969

    MDEV-36613
    MDEV-36122
    MDEV-33167
    MDEV-35962
    MDEV-36324
    MDEV-35874
    MDEV-36335
    MDEV-36307
    MDEV-36061
    MDEV-36038
    MDEV-36281
    MDEV-36236
    MDEV-35420
    MDEV-36128
    MDEV-35946
    MDEV-35941
    MDEV-31413
    MDEV-34075
    MDEV-31647
    MDEV-25012
    MDEV-32086
    MDEV-36229
    MDEV-36506
    MDEV-36245
    MariaDB Deprecation Policy
    MariaDB 10.6
    MDEV-36181
    MDEV-35238
    CVE-2025-30722
    CVE-2025-30693
    CVE-2023-52970
    changelog
    MariaDB 10.6.24
    Download Now
    Alternate download from mariadb.org
    Galera

    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 page.

    MDEV-32631
    Notable Items

    Upgrading from MySQL

    • MariaDB now detects and converts previously incompatible MySQL partition schemes (MDEV-29253)

    General

    • As per the MariaDB Deprecation Policy, this will be the last release of MariaDB 10.6 for Ubuntu 18.04 LTS "Bionic" and Ubuntu 22.10 "Kinetic"

    • doesn't ignore error as it should (MDEV-31092)

    • 280 Bytes lost in mysys/array.c, mysys/hash.c, sql/sp.cc, sql/sp.cc, sql/item_create.cc, sql/item_create.cc, sql/sql_yacc.yy:10748 when using oracle sql_mode (MDEV-26186)

    • SQL/PL package body does not appear in I_S.ROUTINES.ROUTINE_DEFINITION ()

    • Unexpected result when combining , subselect and ()

    • variables do not get assigned from subselects ()

    • Crash after setting global session_track_system_variables to an invalid value ()

    • ODKU of non-versioning column inserts history row ()

    • UPDATE not working properly on transaction precise system versioned table ()

    • Assertion ``const_item_cache == true'failed inItem_func::fix_fields` ()

    • ANALYZE doesn't work with pushed derived tables ()

    • get_partition_set is never executed in ha_partition::multi_range_key_create_key due to bitwise & with 0 constant ()

    • Client can crash the server with a mysql_list_fields("view") call ()

    • I_S.parameters not immediatly changed updated after procedure change ()

    • bzero wipes more bytes than necessary in set_global_from_ddl_log_entry ()

    • Assertion ``0'failed inType_handler_row::field_typeuponTO_CHAR` with wrong argument ()

    • mysql_upgrade fails due to old_mode="", with "Cannot load from mysql.proc. The table is probably corrupted" ()

    Character Sets, Data Types

    • UBSAN: null pointer passed as argument 1, which is declared to never be null in my_strnncoll_binary on SELECT ... COUNT or GROUP_CONCAT (MDEV-28384)

    • Possibly wrong result or Assertion 0' failed in Item_func_round::native_op` (MDEV-23838)

    • Assertion ``(length % 4) == 0'failed inmy_lengthsp_utf32onSELECT` ()

    • UBSAN: negation of -X cannot be represented in type 'long long int'; cast to an unsigned type to negate this value to itself in Item_func_mul::int_op and Item_func_round::int_op ()

    • Assorted assertion failures in json_find_path with certain collations ()

    InnoDB

    • Crashing on I/O error is unhelpful (MDEV-27593)

    • SIGSEGV in log_sort_flush_list() in InnoDB crash recovery (MDEV-31354)

    • InnoDB tables are being flagged as corrupted on an I/O bound server (MDEV-31767)

    • Deadlock with 3 concurrent by ()

    • Server Status is reported in seconds ()

    • innochecksum dies with Floating point exception ()

    • Add InnoDB engine information to the ()

    • innodb protection against dual processes accessing data insufficient ()

    • ER_DUP_KEY in mysql.innodb_table_stats upon RENAME on sequence ()

    • Assertion ``!strcmp(index->table->name.m_name, "SYS_FOREIGN") || !strcmp(index->table->name.m_name, "SYS_FOREIGN_COLS")'failed inbtr_node_ptr_max_size` ()

    • InnoDB: Failing assertion: page_type == i_s_page_type [page_type].type_value ()

    • btr_estimate_n_rows_in_range() accesses unfixed, unlatched page ()

    • MODIFY COLUMN can break FK constraints, and lead to unrestorable dumps ()

    • Recovery or backup failure after ()

    • Assertion 'n & PENDING' failed in fil_space_t::set_needs_flush() ()

    • fil_node_open_file() releases fil_system.mutex allowing other thread to open its file node ()

    • ASAN errors in dict_v_col_t::detach upon adding key to virtual column ()

    • Purge trying to access freed secondary index page ()

    • Freed data pages are not always being scrubbed ()

    • InnoDB recovery hangs after reporting corruption ()

    • !cursor->index->is_committed() in row0ins.cc after update to 10.4.13 from 10.3.21 ()

    • fails to wait for purge of enough transaction history ()

    • SET GLOBAL does not free space when no undo logs exist ()

    • (linear read-ahead) does not work ()

    • InnoDB recovery and mariadb-backup --prepare fail to report detailed progress ()

    • fil_ibd_create() may hijack the file handle of an old file ()

    • recovery results in a corrupted undo log ()

    • Server freeze due to and ()

    • Change buffer entries are left behind when freeing a page, causing secondary index corruption when the page is later reused ()

    • Foreign Key Constraint actions don't affect Virtual Column ()

    Aria

    • Various crashes upon INSERT/UPDATE after changing Aria settings (MDEV-28054)

    • Various crashes/asserts/corruptions when Aria encryption is enabled/used, but the encryption plugin is not loaded (MDEV-26258)

    Spider

    • SIGSEGV in spider_db_open_item_field and SIGSEGV in spider_db_print_item_type, on SELECT (MDEV-29447)

    • that double as table params overriding mechanism is buggy (MDEV-31524)

    Optimizer

    • InnoDB engine statistics for each table (MDEV-31577)

    • Assertion ``last_key_entry >= end_pos'failed in virtual boolJOIN_CACHE_HASHED::put_record()` (MDEV-31348)

    • Problem with open ranges on prefix blobs keys (MDEV-31800)

    • Equal on two create wrong result ()

    • Recursive CTE execution is interrupted without errors or warnings ()

    • Assertion ``s->table->opt_range_condition_rows <= s->found_records'failed inapply_selectivity_for_table` ()

    • Inconsistency between MRR and SQL layer costs can cause poor query plan ()

    • MAX_SEL_ARG memory exhaustion is not visible in the optimizer trace ()

    • not working properly with lower_case_table_names=2 ()

    • Segfault on select query using index for group-by and filesort ()

    • Server crash in store_length, assertion failure in Type_handler_string_result::sort_length ()

    Replication

    • Parallel Slave SQL Thread Can Update Seconds_Behind_Master with Active Workers (MDEV-30619)

    • ends up in optimistic parallel slave binlog out-of-order (MDEV-31503)

    • takes very long time on a busy system (MDEV-13915)

    • On slave fail to return an error in read-only mode (MDEV-30978)

    • Calling a function from a different database in a slave side trigger crashes ()

    • rpl.rpl_manual_change_index_file occasionally fails in BB with Result length mismatch ()

    Galera

    • Node never returns from Donor/Desynced to Synced when wsrep_mode = BF_ABORT_mariadb-backup (MDEV-31737)

    • Node has been dropped from the cluster on Startup / Shutdown with async replica (MDEV-31413)

    • KILL QUERY maintains nodes data consistency but breaks GTID sequence (MDEV-31075)

    • Assertion failure !lock.was_chosen_as_deadlock_victim in trx0trx.h:1065 ()

    • MariaDB stuck on starting commit state (waiting on commit order critical section) ()

    • Assertion state() == s_aborting || state() == s_must_replay failed in int wsrep::transaction::after_rollback() ()

    • Assertion !wsrep_has_changes(thd) || (thd->lex->sql_command == SQLCOM_CREATE_TABLE && !thd->is_current_stmt_binlog_format_row()) || thd->wsrep_cs().transaction().state() == wsrep::transaction::s_aborted failed ()

    • Server crashes when wsrep_sst_donor and wsrep_cluster_address set to NULL ()

    • Create temporary sequence can cause inconsistency ()

    • Galera 4 unable to query cluster state if not primary component ()

    Changelog

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

    Contributors

    For a full list of contributors to MariaDB 10.6.15, see the MariaDB Foundation release announcement.

    Download
    Release Notes
    Changelog
    Overview of 10.6
    MariaDB 10.6
    maintained until
    MariaDB 10.5
    MariaDB 10.6.15
    Stable (GA)

    The most recent release of MariaDB 10.6 is:

    MariaDB 10.6.24 Stable (GA) Download Now

    Alternate download from mariadb.org

    Be notified of new MariaDB Server releases automatically by 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 page.

    MDEV-26784
    MDEV-27022
    MDEV-27183
    MDEV-27610
    mariadb-backup
    MDEV-26326
    MDEV-27736
    MDEV-27276
    MDEV-26223
    mariadb_repo_setup
    mariadb-keyring-2019.gpg
    mariadb-keyring-2019.gpg.sha256
    issue #401
    reddit suggestion
    MDEV-27608
    MDEV-23326
    CVE-2022-24048
    CVE-2021-46659
    CVE-2022-0778
    CVE-2022-21595
    CVE-2022-31622
    CVE-2022-31623
    subscribing
    Release Notes
    Changelog
    Release Notes
    Changelog
    Release Notes
    Changelog
    Release Notes
    Changelog
    Release Notes
    Changelog
    Release Notes
    Changelog
    Release Notes
    Changelog
    Release Notes
    Changelog
    Release Notes
    Changelog
    Release Notes
    Changelog
    Release Notes
    Changelog
    Release Notes
    Changelog
    Release Notes
    Changelog
    Release Notes
    Changelog
    Release Notes
    Changelog
    Release Notes
    Changelog
    Release Notes
    Changelog
    Release Notes
    Changelog
    Release Notes
    Changelog
    Release Notes
    Changelog
    Release Notes
    Changelog
    Release Notes
    Changelog
    Release Notes
    Changelog

    MariaDB 10.6.19 Release Notes

    MariaDB 10.6.19 is a Stable (GA) release of MariaDB Community Server 10.6, released on 2024-08-08

    The most recent release of MariaDB 10.6 is:

    Stable (GA)

    Download Release Notes Changelog Overview of 10.6

    Release date: 8 Aug 2024

    MariaDB 10.6 is a current long-term series of MariaDB, maintained until July 2026. It is an evolution of MariaDB 10.5 with several entirely new features.

    MariaDB 10.6.19 is a Stable (GA) release.

    Thanks, and enjoy MariaDB!

    Notable Items

    Storage Engines

    InnoDB

    • We fail to terminate transaction early with ER_LOCK_TABLE_FULL when lock memory is growing ()

    • Alter operation on redundant table aborts the server ()

    • MariaDB crashes with SIGILL because the OS does not support AVX512 ()

    • InnoDB: Failing assertion: stat_n_leaf_pages > 0 in

    Aria

    • Fix index corruption when doing a REPAIR TABLE that has a size of over 4G ()

    Spider

    • UBSAN: runtime error: applying non-zero offset in spider_free_mem and SIGSEGV in spider_free_mem on SELECT ()

    • SIGSEGV in ha_resolve_storage_engine_name, UBSAN: runtime error: index 4294967295 out of bounds for type 'st_plugin_int *[64]' ()

    • SIGSEGV in spider_db_conn::fin_loop_check, and ASAN: heap-use-after-free in

    Partitioning

    • MariaDB Server crashes with ill-formed partitions ()

    • SIGSEGV in parse_engine_part_options on INSERT, SELECT or ALTER ()

    • Assertion ``auto_increment_value'failed inha_partition::info` on INSERT into MEMORY table ()

    Character Sets

    • On startup: UBSAN: applying zero offset to null pointer in my_copy_fix_mb from strings/ctype-mb.c and other locations ()

    • On startup: UBSAN: runtime error: applying zero offset to null pointer in skip_trailing_space and my_hash_sort_utf8mb3_general1400_nopad_as_ci ()

    • SHOW CREATE DATABASE statement crashes the server when db name contains some unicode characters, ASAN stack-buffer-overflow (

    Optimizer

    • On startup: UBSAN: runtime error: applying non-zero offset in JOIN::make_aggr_tables_info in sql/sql_select.cc ()

    • Crash after killing query while it is processed by test_quick_select ()

    • Extend condition normalization to include 'NOT a' ()

    • Auto-generated from table no longer breaks replication ()

    • Fix replication failure when are used where the replica has set and the client has touched a different database when running DML such as inserts. ()

    • Fix replication error when is used in conjunction with a password longer than 41 ascii characters ()

    Backup

    • Hide password passed on commandline from xtrabackup_info ()

    Galera

    • updated to 26.4.19

      • NOTE: Includes increasing the GCS protocol version, which prevents downgrades of individual nodes in the cluster as soon as all nodes have been updated

    • galera_gtid_2_cluster: Assertion ``thd->wsrep_next_trx_id() != (0x7fffffffffffffffLL * 2ULL + 1)'` ()

    Error Log

    • system variable added, and value added to the at startup ()

    General

    • As per the , this will be the last release of for Debian 10 "Buster", RHEL/CentOS 7, and Fedora 38

    • no longer unnecessarily traverses tablespaces list ()

    • Fix unknown variable defaults-group-suffix= with ()

    Changelog

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

    Contributors

    For a full list of contributors to , see the .

    MariaDB 10.6.0 Release Notes

    MariaDB 10.6.0 is a preview release of MariaDB Community Server 10.6, released on 2021-04-26

    The most recent release of MariaDB 10.6 is:

    Stable (GA)

    Download Release Notes Changelog Overview of 10.6

    Release date: 26 Apr 2021

    MariaDB 10.6 is the current development series of MariaDB. It is an evolution of MariaDB 10.5 with several entirely new features.

    MariaDB 10.6.0 is an Alpha release.

    Do not use non-stable (non-GA) releases in production!

    Thanks, and enjoy MariaDB!

    Notable Changes

    This is the first alpha release in the series.

    Notable changes of this release include:

    SQL Syntax

    • ()

    • Implement SQL-standard ()

    • Add syntax (InnoDB only) ()

    • , used to extract JSON data based on a JSON path expression and to return it as a relational table ()

    Oracle Compatibility

    • Anonymous (no AS clause) are permitted in

    Storage Engines

    • has been removed ()

    • has been removed ()

    InnoDB

    • Optimization to speed up inserts into an empty table ()

    • Make ()

    • now directly reflects the filesystem, and has been removed ()

    • innodb_flush_method=O_DIRECT

    Replication, Galera and Binlog

    • Increase limit to 255, user to 128 ()

    • The system variable, for turning on WSREP features which are not part of default behavior (including the experimental Aria replication) (, , )

    Sys Schema

    • Bundle , a collection of views, functions and procedures to help administrators get insight into database usage. ()

    Performance Schema

    • Merged replication instrumentation and tables (, )

    General

    • Do not resend unchanged resultset metadata for prepared statements ()

    • now listens on both IPv6 and IPv4 addresses ()

    • Support systemd socket activation ()

    • For the , support AD or local group name, and SIDs on Windows ()

    Galera

    • variable for turning on WSREP features which are not part of default behavior.

    • has been deprecated. Use instead.

    InnoDB Variables

    The following deprecated variables have been removed ():

    Changelog

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

    Contributors

    For a full list of contributors to , see the .

    Do not use alpha releases in production!

    ha_innobase::estimate_rows_upper_bound
    (
    )
  • wait_for_read in buf_page_get_low hurts performance (MDEV-34458)

  • InnoDB: Assertion failure in file ./storage/innobase/page/page0zip.cc line 4211 (MDEV-34357)

  • spider_db_mbase::fin_loop_check
    on SHOW TABLE STATUS (
    )
  • SIGSEGV in ha_spider::lock_tables on BEGIN after table lock (MDEV-29962)

  • SIGSEGV in spider_conn_first_link_idx and others on DELETE, INSERT and SELECT (MDEV-32492)

  • Spider: Crashes, asserts, hangs, memory corruptions and ASAN heap-use-after-free's (MDEV-27902)

  • Spider: @@insert_id 128 to TINYINT: Assertion ``!is_set() || (m_status == DA_OK_BULK && is_bulk_op())'` failed. (MDEV-28105)

  • ASAN errors in spider_db_free_result after partition DDL (MDEV-29027)

  • Server crashes when calling spider UDF after aria_encrypt_tables is enabled (MDEV-34682)

  • )
  • Wrong result set with utf8mb4_danish_ci and BNLH join (MDEV-34417)

  • Constant subquery causing a crash in pushdown optimization (MDEV-29363)

  • Crash when pushing condition with CHARSET()/COERCIBILITY() into derived table (MDEV-33010)

  • 2nd execution name resolution problem with pushdown into unions (MDEV-34506)

  • Assertion ``(key_part->key_part_flag & 4) == 0'` failed key_hashnr (MDEV-34580)

  • Crash caused by query containing constant having clause (MDEV-23983)

  • Using NAME_CONST() (or executing query from the stored procedure and referring to a local variable) changes the plan and may make execution slower (MDEV-33971)

  • ORDER BY DESC causes ROWID Filter optimization performance degradation (MDEV-33875)

  • The
    option is utilized to avoid a possible error state in
    (
    )
    table gtid_slave_pos entries never been deleted with wsrep_gtid_mode = 0 (MDEV-34170)
  • Deadlock found when trying to get lock during applying (MDEV-31658)

  • Change error code for Galera unkillable threads (MDEV-12008)

  • 10.11.8 cluster becomes inconsistent when using composite primary key and partitioning (MDEV-34269)

  • wsrep_sst_mariadb-backup use /tmp dir during SST rather then user defined tmpdir (MDEV-32158)

  • no longer hangs on macOS (MDEV-34129)
  • Fix transaction termination with ER_LOCK_TABLE_FULL when lock memory is growing (MDEV-34167)

  • Disable new connections in case of fatal signal (MDEV-34475)

  • Control over memory allocated for SP/PS (MDEV-14959)

  • now work correctly with bulk insert (MDEV-24411)

  • Fix assertion ``table->field[0]->ptr >= table->record[0] && table->field[0]->ptr <= table->record[0] + table->s->reclength'failed invoid handler::assert_icp_limitations(uchar*)` (MDEV-34632)

  • - now compatible with (MDEV-34203)

  • MDEV-34167
    MDEV-34222
    MDEV-34565
    MDEV-34522
    MDEV-31475
    MDEV-32487
    MDEV-32155
    MDEV-34421
    MDEV-24610
    MDEV-34226
    MDEV-34187
    MDEV-34227
    MDEV-30651
    MDEV-19520
    MDEV-25607
    MDEV-33921
    MDEV-23857
    MDEV-34434
    MDEV-32633
    MDEV-34494
    MariaDB Deprecation Policy
    MariaDB 10.6
    IMPORT TABLESPACE
    MDEV-34670
    MDEV-33265
    MariaDB 10.6.19
    changelog
    MariaDB 10.6.19
    MariaDB Foundation release announcement
    MariaDB 10.6.24
    Download Now
    Alternate download from mariadb.org
    Galera

    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 page.

    MDEV-34474
    MDEV-34541
    MDEV-32376
    MDEV-33465
    is enabled by default (
    ), and liburing replaces libaio on recent Linux kernels (
    ).
  • The InnoDB transaction deadlock reporter was improved (MDEV-24738).

  • The old MariaDB 5.5-compatible innodb checksum is no longer supported, only crc32 and full_crc32. Removed the *innodb and *none options from , and the --strict-check/-C and --write/-w options from (MDEV-25105)

  • Check for $MARIADB_HOME/my.cnf (MDEV-21365)

  • has been reduced to 1000 (MDEV-17239)

  • Setting system variables to negative values will no longer set them to the maximum value (MDEV-22219)

  • MariaDB 10.6
    MDEV-7317
    MDEV-23908
    MDEV-13115
    MDEV-17399
    ORACLE mode
    MDEV-19780
    MDEV-23024
    MDEV-515
    MDEV-23497
    MDEV-22343
    MDEV-24312
    MDEV-20008
    MDEV-20715
    MDEV-24946
    MDEV-9077
    MDEV-16437
    MDEV-20220
    MDEV-19237
    MDEV-6536
    MDEV-5536
    MDEV-23959
    MDEV-23397
    MariaDB 10.6.0
    changelog
    MariaDB 10.6.0
    MariaDB Foundation release announcement
    MariaDB 10.6.24
    Download Now
    Alternate download from mariadb.org

    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 page.

    MDEV-24854
    MDEV-24883
    MDEV-30662
    MDEV-28285
    MDEV-31250
    MDEV-25237
    MDEV-23100
    MDEV-25644
    MDEV-31319
    MDEV-29284
    MDEV-24712
    MDEV-30159
    MDEV-31064
    MDEV-31521
    MDEV-29152
    MDEV-28915
    MDEV-29019
    MDEV-30932
    MDEV-23187
    MDEV-10962
    MDEV-29311
    MDEV-31641
    MDEV-31558
    MDEV-31568
    MDEV-31607
    MDEV-19216
    MDEV-31386
    MDEV-30648
    MDEV-31086
    MDEV-31487
    MDEV-31442
    MDEV-31256
    MDEV-31416
    MDEV-31264
    MDEV-31253
    MDEV-31353
    MDEV-22739
    MDEV-31355
    MDEV-31382
    MDEV-29967
    MDEV-29911
    MDEV-31347
    MDEV-31373
    MDEV-31088
    MDEV-31385
    MDEV-18114
    MDEV-20010
    MDEV-31214
    MDEV-31449
    MDEV-31479
    MDEV-30964
    MDEV-30765
    MDEV-30143
    MDEV-31743
    MDEV-29894
    MDEV-30214
    MDEV-30963
    MDEV-29293
    MDEV-30013
    MDEV-30388
    MDEV-28433
    MDEV-31335
    MDEV-21479
    subscribing

    MariaDB 10.6.18 Release Notes

    MariaDB 10.6.18 is a Stable (GA) release of MariaDB Community Server 10.6, released on 2024-05-16

    Release date: 16 May 2024

    is a current long-term series of MariaDB, July 2026. It is an evolution of with several entirely new features.

    is a release.

    Thanks, and enjoy MariaDB!

    Notable Items

    From this version, the tool adds a new command to the top of every dump file. This command cannot be interpreted by MariaDB command line client versions that do not have the sandbox command, or by MySQL command line clients, and an error will be generated in these clients. Other methods of importing the dump will work not have this issue.

    Storage Engines

    InnoDB

    • Fix InnoDB holding shared dict_sys.latch while waiting for FOREIGN KEY child table lock on DDL (MDEV-32899)

    • Fix adaptive hash index corruption after (MDEV-33400)

    • Fix fatal InnoDB error or assertion ``!is_v'` failure upon multi-update with indexed virtual column (MDEV-31154)

    • Fix fatal error InnoDB: Clustered record field for column x not found (MDEV-33558)

    • Fix InnoDB hang when temporarily running out of buffer pool ()

    • Fix alter operation hang when encryption thread works on the same tablespace ()

    • Fix MariaDB segfault on rowid filter query involving generated column ()

    • Fix discard/import tablespace, restart, index corruption ()

    • Fix server hang on DROP INDEX or RENAME INDEX ()

    • Fix mariadb-backup --backup hang ()

    • Fix server hang caused by InnoDB change buffer ()

    • Fix assertion failures upon adding a too long key to table with COMPRESSED row format ()

    • IMPORT TABLESPACE no longer fails with column count or index count mismatch ()

    • Fix alter table corruption while applying the modification log ()

    • Fix inconsistent behaviors of UPDATE under RU & RC isolation level ()

    • Fix weird SELECT view when a record is modified to the same value by two transactions ()

    • Fix inconsistent read and write, which use the same predicate (WHERE clause) ()

    • Fix inconsistent SELECT view when modifying a record added by another transaction ()

    • Fix weird read view after ROLLBACK of other transactions ()

    • Read only server no longer throws error when running a create temporary table as select statement ()

    • Change buffer index no longer fails to delete the records ()

    • Fix InnoDB include OS error information when failing to write to iblogfile0 ()

    • Fix phantom rows caused by UPDATE of PRIMARY KEY ()

      • New system variable,

    • In-place migration from MySQL 5.7 no longer causes invalid AUTO_INCREMENT values ()

    • Fix InnoDB log corruption before upgrading it on startup ()

    • Table no longer gets rebuilt with ALTER TABLE ADD COLUMN ()

    • Fixed that internal temporary tables did not wait for freed disk space, and related issues (MDEV-33813)

    • Fix wrong result on 2nd execution of prepared statement for query with derived table (MDEV-31361)

    • Improve Spider performance by pushing down function (MDEV-28992) and statement (MDEV-28993) to data nodes

    • Fix server crash when deleting partitions from a table with spider engine (MDEV-33731)

    • SPIDER plugin initialization no longer fails at 'create table if not exists mysql.spider_tables ... with 'Specified key was too long; max key length is 1000 bytes', Warning: Memory not freed: 10720 (MDEV-33242)

    • Fix spider plugin init failure with no_zero_date sql_mode ()

    • Fix sql plugin init failure with traditional sql_mode ()

    • Fix parsing failure on valid left join select by translating the on expression to () ()

    • Fix Spider: ERROR 12710 (HY000): Invalid information from remote table when using local and remote ()

    • Fix bug where were not available if Spider was loaded upon server startup ()

    Backup

    • now preserves (MDEV-33334)

    • Fix problem on older mariadb (opendir(NULL)) caused by MDEV-30968 (MDEV-31251)

    • Fix FATAL ERROR: ... Can't open datafile cool_down/t3 (MDEV-33011)

    • now includes retry logic for undo tablespaces (MDEV-33980)

    • Fix crash recovery in due to insufficient ()

    • Fix crash in mariadb-backup after --prepare ()

    • now considers O/S user when --user option is omitted ()

    ,

    • Fixed improper application of COLLATE to non-character columns (MDEV-33318)

    • Default charset now works with PHP MySQLi extension (MDEV-32975)

    • Fixed Bad SEPARATOR value in on character set conversion (MDEV-33772)

    • Fixed out of range error in (()) due to a wrong data type (MDEV-33496)

    • Fixed and problems with ()

    JSON

    • View created via now returns correct json object (MDEV-30646)

    • now detects the type of String Values and correctly returns Date/DateTime values (MDEV-19487)

    • no longer returns NULL on valid arguments (MDEV-22141)

    • no longer returns multiple values for same path (MDEV-32287)

    Encryption, TLS, SSL

    • WolfSSL's math is unnecessarily slow (MDEV-33482)

    Optimization & Tuning

    • Server crashes in JOIN_CACHE::write_record_data upon EXPLAIN with subqueries and constant tables (MDEV-21102)

    • Wrong result with cross Join given join order (MDEV-30975)

    • Wrong warnings on 2-nd execution of PS for query with GROUP_CONCAT (MDEV-31276)

    • Wrong result with semi-join and splittable derived table (MDEV-23878)

    • Optimizer choosing incorrect index in 10.6, 10.5 but not in 10.4 ()

      • server option changed from having a numeric value to a set value with new options to affect the optimizer. The old numeric values still work.

    • Aggregation functions fail to leverage uniqueness property ()

    • Partitioning is broken on big endian architectures ()

    Plugins

    • The now reports the user and host in all cases (MDEV-33393)

    Replication

    • --gtid-ignore-duplicate can double-apply event in case of parallel replication retry (MDEV-33475)

    • Deadlock kill of XA PREPARE can break replication / rpl.rpl_parallel_multi_domain_xa sporadic failure (MDEV-34042)

    • mysql_manager_submit Segfault at Startup Still Possible During Recovery (MDEV-33799)

    • Server crash in Rows_log_event::update_sequence upon replaying binary log (MDEV-31779)

    • Slave crashed:reload_acl_and_cache during shutdown ()

    • When binlog_annotate_row_events on , event of binlog file is truncated ()

    • Add more warnings to be able to better diagnose network issues ()

    • Improve times and states in show processlist for replication ()

    • Adapt parallel slave's round-robin scheduling to XA events ()

    • release row locks for non-modified rows at XA PREPARE ()

    • Semi-sync Wait Point AFTER_COMMIT Slow on Workloads with Heavy Concurrency ()

    Galera

    • Galera updated to 26.4.18

      • NOTE: Includes increasing the GCS protocol version, which prevents downgrades of individual nodes in the cluster as soon as all nodes have been updated

    • Disallow bulk insert operation during partition update statement (MDEV-33979)

    SQL, Data Definition, and Data Manipulation

    • Transportable Tablespaces no longer leave in a mismatched state (MDEV-18288)

    • Fix wrong row targeted with "insert ... on duplicate" and "replace", leading to data corruption (MDEV-30046)

    • Fix incorrect DEFAULT expression evaluated in (MDEV-33790)

    • Fix server crash when UPDATE statement with duplicate key is run after setting a low thread_stack (MDEV-33622)

    • Fix incorrect handling of in PS mode when a table's column declared as NOT NULL ()

    • Fix crash in EXECUTE IMMEDIATE 'CREATE OR REPLACE TABLE t1 (a INT DEFAULT ?)' USING DEFAULT ()

    • Fix wrong result on 2nd execution of PS to select from view using derived ()

    • Fix wrong warnings on 2nd execution of PS for query with GROUP_CONCAT ()

    • value of '1970-01-01 00:00:00' can no longer be indirectly inserted in ()

    • Fix out of range error in (()) due to a wrong data type ()

    • Fix zero datetime reinterpreting as '1970-01-01 00:00:00' on field_datetime=field_timestamp ()

    • unix_timestamp(coalesce(timestamp_column)) no longer returns NULL on '1970-01-01 00:00:00.000001' ()

    • Fix crash using UDF in WHERE clause of VIEW ()

    • Fix update for portion changes autoincrement key in period table ()

    • Fix SIGABRT resulting from CREATE TABLE with generated column and RLIKE ()

    Platforms & Packaging

    • MariaDB-client community can't be installed in red hat ubi9 (MDEV-32791)

    General

    Scripts & Clients

    • It's now possible to disable system commands with the option. (MDEV-21778)

    • now exports the data with sandbox mode enable, so that the mariadb client will not execute potentially dangerous cli commands.(MDEV-33727)

    • commands such as mariadb-dump --dump-slave=2 --master-data=2 now record both positions (MDEV-4827)

    • Loading now works with INPLACE ()

    Server

    • Moving from MariaDB 10.5 to 10.6 mysql_upgrade is not updating some system tables (MDEV-33726)

    • Original IP not shown in network related error messages when proxy_protocol is in use (MDEV-33506)

    • Server incorrectly describes known variables as UNKNOWN if invalid values are specified at startup (MDEV-33469)

    • update case insensitive (large) unique key with insensitive change of value - duplicate key (MDEV-29345)

    • MariaDB will abort server startup if it finds an invalid parameter, but won't check for other invalid params ()

    • Slowdown when running nested statement with many partitions ()

    Security

    • Fixes for the following :

      • CVE-2024-21096

    Changelog

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

    Contributors

    For a full list of contributors to MariaDB 10.6.18, see the MariaDB Foundation release announcement.

    Download
    Release Notes
    Changelog
    Overview of 10.6
    MariaDB 10.6
    maintained until
    MariaDB 10.5
    MariaDB 10.6.18
    Stable (GA)

    The most recent release of MariaDB 10.6 is:

    MariaDB 10.6.24 Stable (GA) Download Now

    Alternate download from mariadb.org

    Be notified of new MariaDB Server releases automatically by 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 page.

    MDEV-33613
    MDEV-33770
    MDEV-33795
    MDEV-33512
    MDEV-33993
    MDEV-33669
    MDEV-33543
    MDEV-31161
    MDEV-30655
    MDEV-19044
    MDEV-26643
    MDEV-26642
    MDEV-29565
    MDEV-26671
    MDEV-33802
    MDEV-33889
    MDEV-32489
    MDEV-33397
    MDEV-32898
    MDEV-33277
    MDEV-32445
    MDEV-33214
    MDEV-33494
    MDEV-33584
    MDEV-33679
    MariaDB 10.5
    MariaDB 10.6
    MDEV-33777
    MDEV-33441
    MDEV-33540
    MDEV-33023
    MDEV-32893
    MDEV-21034
    MDEV-33306
    MDEV-30660
    MDEV-33623
    MDEV-30260
    MDEV-9179
    MDEV-33582
    MDEV-33620
    MDEV-33668
    MDEV-33454
    MDEV-33551
    MDEV-33549
    MDEV-15703
    MDEV-31277
    MDEV-31276
    MDEV-34088
    MDEV-33496
    MDEV-34069
    MDEV-34061
    MDEV-24507
    MDEV-25370
    MDEV-21058
    MDEV-33044
    MDEV-26923
    MDEV-33502
    subscribing

    MariaDB 10.6.13 Release Notes

    MariaDB 10.6.13 is a Stable (GA) release of MariaDB Community Server 10.6, released on 2023-05-10

    The most recent release of MariaDB 10.6 is:

    Stable (GA)

    Download Release Notes Changelog Overview of 10.6

    Release date: 10 May 2023

    MariaDB 10.6 is the current long-term series of MariaDB, maintained until July 2026. It is an evolution of MariaDB 10.5 with several entirely new features.

    MariaDB 10.6.13 is a Stable (GA) release.

    Thanks, and enjoy MariaDB!

    Notable Items

    InnoDB

    • Crash on in a table ()

    • UNIQUE USING HASH accepts duplicate entries for tricky collations ()

    • rec_get_offsets() is not optimal ()

    • Performance regression in fil_space_t::try_to_close() introduced in ()

    Backup

    • mariadb-backup doesn't utilise innodb-undo-log-directory (if specified as a relative path) during copy-back operation ()

    • mariadb-backup issues error messages during InnoDB tablespaces export on partial backup preparing ()

    • mariadb-backup does not copy Aria logs if aria_log_dir_path is used ()

    • Race condition between buffer pool flush and log file deletion in mariadb-backup --prepare ()

    Replication

    • Fixed a deadlock on parallel slave involving full image Write event on the sequence engine ()

    • Fixed an attempted out-of-order binlogging error on slave involving ALTER on the sequence engine ()

    • Corrected non-versioned master to versioned slave replication on no-unique attribute table ()

    • Mended encrypted binlog master to error out to gtid-mode slave when master could not decrypt a binlog file ()

    Optimizer

    • optimization is improved to re-fill the materialized table only if necessary. The fewer number of table refills is taken into account when choosing query plan, too ().

    • New optimizer_switch option, , is added. It is off by default. When set to ON, the optimizer will produce tighter bounds for hash join output cardinality. ()

    • Queries using SELECT DISTINCT some_expression(aggregate_function()) could produce wrong query result. ()

    Docker Official Image

    • Add replication setup to containers contributed by Md Sahil ()

    General

    • As per the , this will be the last release of for Fedora 36.

    • In this release repositories for Fedora 38 and Ubuntu 23.04 Lunar have been added.

    Security

    • Fixes for the following :

    Changelog

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

    Contributors

    For a full list of contributors to , see the .

    InnoDB recovery hangs when buffer pool ran out of memory (MDEV-30551)

  • InnoDB undo log truncation fails to wait for purge of history (MDEV-30671

  • MariaDB crash due to DB_FAIL reported for a corrupted page (MDEV-30397)

  • Deadlock between INSERT and InnoDB non-persistent statistics update (MDEV-30638)

  • InnoDB hang on B-tree split or merge (MDEV-29835)

  • Performance regression in locking reads from secondary indexes (MDEV-30357)

  • Improve adaptive flushing (MDEV-26055)

  • Make page flushing even faster (MDEV-26827)

  • Purge misses a chance to free not-yet-reused undo pages (MDEV-29593)

  • InnoDB temporary tablespace: reclaiming of free space does not work (MDEV-26782)

  • Fix miscount of doublewrites by (MDEV-31124)

  • Refined optimistic parallel slave to error-exit without any hang (MDEV-30780)

  • Ensured SHOW-SLAVE-STATUS is processed on the parallel slave having a necessary mutex always intialized (MDEV-30620)

  • Fixed the slave applier to report a correct error when gtid_slave_pos insert fails for some (engine) reasons (MDEV-31038)

  • Made parallel slave reports in performance schema consistent with that of show-slave-status (MDEV-26071)

  • now prints more information about Block Nested Loop joins: block-nl-join element now has r_loops, r_effective_rows and r_other_time_ms fields (MDEV-30806, MDEV-30830, MDEV-30972).

  • A GROUP BY query with MIN(primary_key) in select list and primary_key<>const in the WHERE could produce wrong result when executed with "Using index for group-by" strategy (MDEV-30605)

  • EXPLAIN could erroneously report that is used for partitioned tables. Partitioned tables do not support it. (MDEV-30596)

  • A bug in selectivity computations for SINGLE/DOUBLE_PREC_HB histograms could cause wrong estimates to be produced. This could cause the optimizer to pick sub-optimal query plans (MDEV-31067).

  • MDEV-30882
    MDEV-30034
    MDEV-30567
    MDEV-23855
    MDEV-30775
    MDEV-28187
    MDEV-29050
    MDEV-30968
    MDEV-30860
    MDEV-29621
    MDEV-31077
    MDEV-30430
    MDEV-28798
    MDEV-26301
    MDEV-30812
    MDEV-20057
    MDEV-29762
    MariaDB Deprecation Policy
    MariaDB 10.6
    CVE-2022-47015
    MariaDB 10.6.13
    changelog
    MariaDB 10.6.13
    MariaDB Foundation release announcement
    MariaDB 10.6.24
    Download Now
    Alternate download from mariadb.org

    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 page.

    MariaDB 10.6.16 Release Notes

    MariaDB 10.6.16 is a Stable (GA) release of MariaDB Community Server 10.6, released on 2023-11-13

    The most recent release of MariaDB 10.6 is:

    Stable (GA)

    Download Release Notes Changelog Overview of 10.6

    Release date: 13 Nov 2023

    MariaDB 10.6 is the current long-term series of MariaDB, maintained until July 2026. It is an evolution of MariaDB 10.5 with several entirely new features.

    MariaDB 10.6.16 is a Stable (GA) release.

    Thanks, and enjoy MariaDB!

    Notable Items

    InnoDB

    • followed by may corrupt data ()

    • ROW_FORMAT=COMPRESSED table: InnoDB: 2048 bytes should have been read. Only 0 bytes read. ()

    • Server aborts during alter operation when table doesn't have foreign index ()

    • row_merge_fts_doc_tokenize() handles FTS plugin parser inconsistently ()

    Optimizer

    • New setting, cset_narrowing, to enable the ()

    • Crash when HAVING in a correlated subquery references columns in the outer query ()

    • Server crashes at TABLE::add_tmp_key ()

    • Server crashes inside filesort at my_decimal::to_binary (

    Replication

    • rpl.rpl_parallel_temptable failure due to incorrect commit optimization of temptables ()

    • Lock wait timeout with INSERT-SELECT, autoinc, and statement-based replication ()

    • strings/ctype-ucs2.c:2336: my_vsnprintf_utf32: Assertion `(n % 4) == 0' failed in my_vsnprintf_utf32 on INSERT ()

    • Assertion fails in MDL_context::acquire_lock upon parallel replication of CREATE SEQUENCE ()

    • updated to 26.4.16

    • Assertion `state() == s_executing || state() == s_prepared || state() == s_committing || state() == s_must_abort || state() == s_replaying' failed. ()

    • Assertion `state() == s_executing || state() == s_preparing || state() == s_prepared || state() == s_must_abort || state() == s_aborting || state() == s_cert_failed || state() == s_must_replay' failed ()

    • wsrep_sst_mariadb-backup not working on FreeBSD ()

    Data Definition

    • MariaDB crash on calling function ()

    • ASAN errors in grn_obj_unlink / ha_mroonga::clear_indexes upon index operations ()

    • vcol circular references lead to stack overflow ()

    • OPTIMIZE TABLE crash ()

    Scripts and Clients

    • (mysqlbinlog) option ()

    • (mysqladmin) wrong error with ()

    • shows warning on missing directory $pamtooldir/auth_pam_tool_dir ()

    • main.mysql_client_test, main.mysql_client_test_comp failed on ASAN build with error: 5888, status: 23, errno: 2 ()

    Tests

    • main.events_stress or events.events_stress fails with view-protocol ()

    • main.delete_use_source fails (hangs) with view-protocol ()

    • main.sum_distinct-big and main.merge-big fail with timeout with view-protocol ()

    • main.secure_file_priv_win fails with 2nd execution PS protocol ()

    mariadb-backup

    • mariadb-backup full backup failed with InnoDB: Failing assertion: success in storage/innobase/fil/fil0fil.cc line 657 ()

    • mbstream breaks page compression on XFS ()

    Character Sets, Data Types, Collations

    • Prefix keys for CHAR work differently for MyISAM vs InnoDB ()

    • Inconsistent results of DISTINCT with NOPAD ()

    • Assertion `(length % 4) == 0' failed in my_lengthsp_utf32 on INSERT ()

    • Compressed varchar values lost on joins when sorting on columns from joined table(s) ()

    Spider

    • Spider UBSAN runtime error: applying non-zero offset x to null pointer in st_spider_param_string_parse::restore_delims ()

    • Segfault when setting spider_delete_all_rows to 0 and delete all rows of a spider table, ASAN heap-use-after-free in spider_db_delete_all_rows ()

    • ASAN errors in spider_fields::free_conn_holder or spider_create_group_by_handler ()

    • ASAN: heap-buffer-overflow & stack-buffer-overflow in spider_db_mbase_row::append_to_str

    General

    • option breaks importing sql dumps ()

    • Crashes in MDL_key::mdl_key_init with lower-case-table-names=2 ()

    • getting error 'Illegal parameter data types row and bigint for operation '+' ' when using ITERATE in a FOR..DO ()

    • Assertion `arena_for_set_stmt== 0' failed in LEX::set_arena_for_set_stmt upon SET STATEMENT ()

    Docker Official Images

    • Invert single and double quotes for sql command definitions in due to failure under - contribution by Dominik Häckel

    • --no-defaults behaviour was corrected - reported by Dominik Häckel

    • Added /docker-entrypoint-init.d for tar{,compression} from -

    • Refactor docker_mariadb_init

    Variables

    • Added the system variable to manage .

    Security

    • Fixes for the following :

    Changelog

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

    Contributors

    For a full list of contributors to , see the .

    InnoDB: tried to purge non-delete-marked record of an index on a virtual column prefix (MDEV-30024)

  • lock_row_lock_current_waits counter in information_schema.innodb_metrics may become negative (MDEV-30658)

  • SET GLOBAL innodb_max_purge_lag_wait=… hangs if innodb_read_only=ON (MDEV-31813)

  • Auto-increment no longer works for explicit FTS_DOC_ID (MDEV-32017)

  • Assertion `pos < table->n_def' failed in dict_table_get_nth_col (MDEV-32337)

  • innochecksum man pages seem to be inconsistent with the binary (10.2.25) (MDEV-20583)

  • innodb_compression_algorithm=0 (none) increments Innodb_num_pages_page_compression_error (MDEV-30825)

  • wrong table name in innodb's "row too big" errors (MDEV-32128)

  • Optimize is_file_on_ssd() to speedup opening tablespaces on Windows (MDEV-32228)

  • Race condition between page write completion and log checkpoint (MDEV-32511)

  • After crash recovery, Checksum mismatch + Failing assertion: !i || prev_id + 1 == space_id, (MDEV-31851)

  • Deadlock due to log_free_check(), involving trx_purge_truncate_rseg_history() and trx_undo_assign_low() (MDEV-32049)

  • Write-ahead logging is broken for freed pages (MDEV-32552)

  • X-lock on supremum for prepared transaction for RR (MDEV-30165)

  • Assertion failures in log_sort_flush_list upon crash recovery (MDEV-32029)

  • Race condition between page write completion and log checkpoint (MDEV-32511)

  • Assertion `purge_sys.tail.trx_no <= purge_sys.rseg->last_trx_no()' (MDEV-30100)

  • Assertion `index->is_btree() || index->is_ibuf()' failed in btr_search_guess_on_hash (MDEV-30802)

  • InnoDB hang in buf_flush_wait_LRU_batch_end() (MDEV-32134)

  • InnoDB may hang when running out of buffer pool (MDEV-32588)

  • Corrupt index(es) on busy table when using FOREIGN KEY (MDEV-30531)

  • InnoDB Recovery doesn't display encryption message when no encryption configuration passed (MDEV-31098)

  • Wrong information about innodb_checksum_algorithm in the information_schema.SYSTEM_VARIABLES (MDEV-31473)

  • InnoDB may fail to recover after being killed in fil_delete_tablespace() (MDEV-31826)

  • Create separate tpool thread for async aio (MDEV-31095)

  • UNDO logs still growing for write-intensive workloads (MDEV-32050)

    • Increase the default for from 300 to 1000 (MDEV-32050)

    • Deprecate .

    • The motivation for introducing this in MySQL seems to have been to avoid stalls due to freeing undo log pages or truncating undo log tablespaces. In MariaDB, should be a much lighter operation because it will not involve any log checkpoint. (MDEV-32050)

  • Slow full index scan in 10.6 vs 10.5 for the (slow) I/O-bound case (MDEV-30986)

  • LOAD DATA into InnoDB w/partitions: huge performance loss, affected 10.6+ (MDEV-31835)

  • Disable read-ahead for temporary tablespace (MDEV-32145)

  • )
  • Assertion `bitmap_is_set(&m_part_info->read_partitions, m_part_spec.start_part)' failed in ha_partition::handle_ordered_index_scan (MDEV-24283)

  • Crash when searching for the best split of derived table (MDEV-32064)

  • Test case from opt_tvc.test fails with statement memory protection (MDEV-32225)

  • Significant slowdown for query with many outer joins (MDEV-32351)

  • test_if_skip_sort_order() should catch the join types JT_EQ_REF, JT_CONST and JT_SYSTEM and skip sort order for these (MDEV-32475)

  • jointable materialization subquery optimization ignoring errors, then failing ASSERT. (MDEV-31983)

  • Server crashes in JOIN::cleanup after erroneous query with view (MDEV-32164)

  • Prepared statement return wrong result (missing row) (MDEV-9938)

  • Assertion `range->rows >= s->found_records' failed in best_access_path (MDEV-32682)

  • SHOW SLAVE STATUS Last_SQL_Errno Race Condition on Errored Slave Restart (MDEV-31177)

  • seconds_behind_master is inaccurate for Delayed replication (MDEV-32265)

  • detailize the semisync replication magic number error (MDEV-32365)

  • Parallel replication deadlock victim preference code errorneously removed (MDEV-31655)

  • Parallel replication lags because innobase_kill_query() may fail to interrupt a lock wait (MDEV-32096)

  • Galera library 26.4.16 fails with every server version (MDEV-32024)

  • Galera node remains paused after interleaving FTWRLs (MDEV-32282)

  • Failed to insert streaming client (MDEV-32051)

  • When set at runtime, wsrep_sst_method accepts any value (MDEV-31470)

  • galera needs packaging script changes to successfully build (MDEV-32642)

  • replication breaks when using optimistic replication and replica is a galera node (MDEV-31833)

  • McAfee database vulnerability scan caused MariaDB crash with signal 6 (system abort) (MDEV-27004)

  • Assertion `mode_ == m_local || transaction_.is_streaming()' failed in int wsrep::client_state::bf_abort(wsrep::seqno) (MDEV-30217)

  • Server crashes in Alter_info::add_stat_drop_index upon CREATE TABLE (MDEV-32449)

    (mysql_install_db) doesn't properly grant to all default root user accounts (MDEV-21194)

    Windows : mtr output on is messed up with large MTR_PARALLEL (MDEV-32387)

  • main.mysql_client_test_comp failed in buildbot, error on exec (MDEV-16641)

  • main.order_by_pack_big fails with view-protocol (MDEV-31460)

  • mysql_install_db_win.test fails on second execution (MDEV-32232)

  • UBSAN shift exponent X is too large for 64-bit type 'long long int' in sql/field.cc (MDEV-32226)

  • Wrong bit encoding using COALESCE (MDEV-32244)

  • | SIGSEGV's in
    memmove_avx_unaligned_erms
    from memcpy in
    Binary_string::q_append
    , in
    Static_binary_string::q_append
    and
    my_strntoull10rnd_8bit
    | Unknown error 12801 (
    )

    main.mysqlcheck fails on ARM with ASAN use-after-poison in my_mb_wc_filename (MDEV-26494)

  • main.delayed fails with wrong error code or timeout when executed after main.deadlock_ftwrl (MDEV-27523)

  • Assertion failed: !pfs->m_idle || (state == PSI_SOCKET_STATE_ACTIVE) (MDEV-28561)

  • MyISAM wrong server status flags (MDEV-28820)

  • Server crashes in check_sequence_fields upon CREATE TABLE .. SEQUENCE=1 AS SELECT .. (MDEV-29771)

  • slow log Rows_examined out of range (MDEV-30820)

  • "rpm --setugids" breaks PAM authentication (MDEV-30904)

  • incorrect examined rows in case of stored function usage (MDEV-31742)

  • Compilation failing on MacOS (unknown warning option -Wno-unused-but-set-variable) (MDEV-31890)

  • Server crash upon inserting into Mroonga table with compressed column (MDEV-31966)

  • hash unique corrupts index on virtual blobs (MDEV-32012)

  • insert into an empty table fails with hash unique (MDEV-32015)

  • Valgrind/MSAN warnings in dynamic_column_update_move_left (MDEV-32140)

  • Memory leak showed in MDEV-6146 test suite (MDEV-32223)

  • Test from subselect.test fails with statement memory protection (MDEV-32245)

  • Memory leak when executing PS for query with IN subquery (MDEV-32369)

  • Allow the setting of Auto_increment on FK referenced columns (MDEV-32018)

  • mariadb-upgrade fails with sql_safe_updates = on (MDEV-29914)

  • Assertion `!(thd->server_status & (1U | 8192U))' failed in MDL_context::release_transactional_locks (MDEV-32541)

  • Information schema leaks table names and structure to unauthorized users (MDEV-32500)

  • Missing CHACHA20-POLY1305 support in WolfSSL (MDEV-31653)

  • incorrect error about cyclic reference about JSON type virtual column (MDEV-32586)

  • Disable TLS v1.0 and 1.1 for MariaDB (MDEV-31369)

  • Better indication of refusing to start because of ProtectHome (MDEV-25177)

  • Database upgrade fails: slow_log table (MDEV-27757)

  • myrocks_hotbackup.1 and test suite files installed when engine is disabled (MDEV-29993)

  • client_ed25519.dll isn't inluded for HeidiSQL. (MDEV-31315)

  • Assertion `!m_null_value' failed in int FixedBinTypeBundle::cmp_item_fbt::compare or in cmp_item_inet6::compare (MDEV-27207)

  • type_test.type_test_double fails with 'NUMERIC_SCALE NULL' (MDEV-22243)

  • LeakSanitizer errors in get_quick_select or Assertion `status_var.local_memory_used == 0 || !debug_assert_on_not_freed_memory' failed (MDEV-32476)

  • Update signal hander user info more compassion and correct url (MDEV-32535)

  • maria-install-db fails on MacOS (MDEV-31871)

  • MSAN / Valgrind errors in Item_func_like::get_mm_leaf upon query from partitioned table (MDEV-32388)

  • MSAN / Valgrind errors in Item_func_like::get_mm_leaf with temporal field (MDEV-32531)

  • ASAN errors in base_list_iterator::next / setup_table_map upon 2nd execution of PS (MDEV-32656)

  • safe_mutex: Found wrong usage of mutex 'LOCK_thd_data' and 'wait_mutex' (MDEV-32728)

  • in the entrypoint for extending the MariaDB image
  • CIS failure due to world-writable directory /var/run/mysqld, added sticky bit - reported by @ollie1

  • Add for root@MARIADB_ROOT_HOST - reported by Matthieu Gusmini

  • added --galera_online test, to match what the mariadb-operator does.

  • MDEV-32132
    MDEV-31875
    MDEV-32527
    MDEV-32578
    MDEV-32113
    MDEV-29731
    MDEV-32320
    MDEV-10356
    MDEV-31482
    MDEV-32249
    MDEV-31792
    MDEV-24912
    MDEV-31285
    MDEV-31467
    MDEV-23902
    MDEV-31970
    MDEV-31112
    MDEV-28122
    MDEV-25369
    MDEV-22418
    MDEV-32142
    MDEV-19369
    MDEV-31455
    MDEV-31457
    MDEV-31465
    MDEV-32023
    MDEV-18200
    MDEV-25734
    MDEV-30048
    MDEV-30050
    MDEV-28835
    MDEV-31724
    MDEV-31117
    MDEV-31996
    MDEV-28998
    MDEV-29989
    MDEV-32025
    MDEV-32275
    MDEV-17711
    mariadb-backup
    notes when an index cannot be used
    CVE-2023-22084
    MariaDB 10.6.16
    changelog
    MariaDB 10.6.16
    MariaDB Foundation release announcement
    MariaDB 10.6.24
    Download Now
    Alternate download from mariadb.org
    Galera
    Galera

    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 page.

    MDEV-32324
    MDEV-29502

    MariaDB 10.6.17 Release Notes

    MariaDB 10.6.17 is a Stable (GA) release of MariaDB Community Server 10.6, released on 2024-02-07

    The most recent release of MariaDB 10.6 is:

    Stable (GA)

    Download Release Notes Changelog Overview of 10.6

    Release date: 7 Feb 2024

    MariaDB 10.6 is a current long-term series of MariaDB, maintained until July 2026. It is an evolution of MariaDB 10.5 with several entirely new features.

    MariaDB 10.6.17 is a Stable (GA) release.

    Thanks, and enjoy MariaDB!

    Notable Items

    • Windows packages were delayed but have now been added to the downloads site

    InnoDB

    • Unique hash key on column prefix is computed incorrectly ()

    • Query from I_S.INNODB_SYS_INDEXES exceeding LIMIT ROWS EXAMINED causes ER_UNKNOWN_ERROR and LeakSanitizer errors in rec_copy_prefix_to_buf_old ()

    • Assertion ``0'failed in

    Backup

    • mariadb-backup has wrong or missing plugin-dir default? ()

    • mariadb-backup fails when innodb_max_dirty_pages_pct contains a fraction (is not an integer) ()

    • Missing required privilege CONNECTION ADMIN ()

    JSON

    • Wrong function name in ER_JSON_PATH_NO_WILDCARD error message for JSON_REPLACE ()

    • JSON_VALID fail to validate integer zero in scientific notation ()

    • ASAN errors in Item_func_json_contains_path::val_int

    Spider

    • Thread (10.6+) and server hangs (10.4/10.5) in 'Opening tables' (on optimized builds) and SIGABRT in safe_mutex_lock (on debug) on I_S read when using Spider ()

    • SIGSEGV in spider_db_mbase::append_lock_tables on LOCK TABLES ()

    • ASAN

    Optimizer

    • Crash caused by multi-table UPDATE over derived with hanging CTE ()

    • Crash on query using CTE with the same name as a base table ()

    • Crash with query using constant subquery as left part of IN subquery ()

    • Incorrect result interceptor passed to mysql_explain_union() (

    Data Definition, Data Manipulation

    • ALTER SEQUENCE IF NOT EXISTS non_existing_seq Errors rather than note ()

    • Unexpected ER_ERROR_ON_RENAME upon DROP non-existing FOREIGN KEY with ALGORITHM=COPY ()

    Character Sets, Data Types

    • InnoDB: CHAR+nopad does not work well ()

    • CAST(AS UNSIGNED) fails with --view-protocol ()

    • JSON_ARRAYAGG charset issue ()

    Plugins

    • The can optionally (when is enabled) include the thread ID and database / table in its log (). NULL is displayed if there is no database ()

    • The can optionally (when is enabled) include the thread ID and database / table in its log ()

    • Backport SQL service, introduced by ()

    Galera

    • Node has been dropped from the cluster on Startup / Shutdown with async replica ()

    • Inconsistency in Galera caused by ALTER being aborted before entering TOI mode ()

    • Assertion ``total_length + thd->wsrep_sr().log_position() == saved_pos'failed in intwsrep_write_cache_inc(THD*, IO_CACHE*, size_t*)` ()

    Replication

    • Server crashes in Item_func_binlog_gtid_pos::val_str / Binary_string::c_ptr_safe ()

    • binlog corruption (/tmp no space left on device at the same moment) ()

    • multi source replication filters breaking GTID semantic ()

    • SHOW SLAVE STATUS

    General

    • As per the , this will be the last release of for Fedora 37, and Windows Server 2019

    • is now dynamic, and contains new options, and old options have been deprecated ()

    • Upgrade to 12.6.

    • Using two temporary tables in OPTIMIZE TABLE

    Changelog

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

    Contributors

    For a full list of contributors to , see the .

    wsrep_incoming_addresses
    wsrep_node_incoming_address
    wsrep_mode
    wsrep_mode
    wsrep_mode
    wsrep_strict_ddl
    wsrep_mode=STRICT_REPLICATION
    row_sel_convert_mysql_key_to_innobase upon UPDATE` using a partial-field key prefix in search (
    )
  • Assertion failure on REPLACE on ROW_FORMAT=COMPRESSED table (MDEV-31574)

  • Crash emitting "Unsupported meta-data version number" error message (MDEV-29972)

  • LeakSanitizer errors in mem_heap_create_block_func upon query from I_S.INNODB_SYS_TABLES with LIMIT ROWS EXAMINED (MDEV-32890)

  • Inplace alter rebuild increases file size (MDEV-26740)

  • BLOB corruption on UPDATE of PRIMARY KEY with FOREIGN KEY (MDEV-31441)

  • GNU libc posix_fallocate() may be extremely slow (MDEV-32268)

  • InnoDB wrong error message (MDEV-32833)

  • Assertion failure on ALTER TABLE…PAGE_COMPRESSED=1 (MDEV-31000)

  • InnoDB after ALTER TABLE…IMPORT TABLESPACE may not be crash safe (MDEV-32269)

  • InnoDB fails to restore tablespace first page from doublewrite buffer when page is empty (MDEV-32968)

  • innodb_fast_shutdown=0 hang after incomplete startup (MDEV-32798)

  • innodb_undo_log_truncate=ON prevents fast shutdown (MDEV-33062)

  • Adaptive flush recommendation ignores dirty ratio and checkpoint age (MDEV-31939)

  • gcol.gcol_purge contaminates further execution of innodb.gap_locks (MDEV-28682)

  • LPAD in vcol created in ORACLE mode makes table corrupted in non-ORACLE (MDEV-27744)

  • Adaptive flushing is still not getting invoked in 10.5.11 (MDEV-26055)

  • History list is not shrunk unless there is a pause in the workload (MDEV-33213)

  • path separator near ib_buffer_pool incorrect (MDEV-32983)

  • Deadlock between buf_page_get_zip() and buf_pool_t::corrupted_evict() on InnoDB ROW_FORMAT=COMPRESSED table corruption (MDEV-32371)

  • Empty INSERT crashes with innodb_force_recovery=6 or innodb_read_only=ON (MDEV-31861)

  • Assertion ``end_lsn == page_lsn'failed inrecv_recover_page` (MDEV-33137)

  • Some calls to buf_read_ahead_linear() seem to be useless (MDEV-32068)

  • Opening all .ibd files on InnoDB startup can be slow (MDEV-32027)

  • InnoDB LRU flushing does not run before running out of buffer pool (MDEV-33053)

  • innodb_undo_log_truncate=ON is blocking page writes (MDEV-33112)

  • If tables are frequently created, renamed, dropped, a backup cannot be restored (MDEV-32939)
  • on table to be accessible to those with privileges (MDEV-28367)

  • upon PS execution (
    )
  • mysql_json cannot be used on newly created table (MDEV-32235)

  • Problems with a stored function EMPTY() on upgrade to 10.6 (MDEV-31616)

  • heap-use-after-free
    in
    spider_link_get_key
    on
    LOCK TABLES
    (
    )
  • Crash when lateral derived is guaranteed to return no rows (MDEV-31279)

  • Bogus error executing PS for query using CTE with renaming of columns (MDEV-31995)

  • Spider: Valid LEFT JOIN results in ERROR 1064 (MDEV-26247)

  • Trying to lock uninitialized mutex or hang upon shutdown after using Spider with query_cache (MDEV-28739)

  • Spider tests failing in asan/valgrind builds (MDEV-32849)

  • Backport fixes to spider init bugs to 10.4-10.6 once they have SQL service (MDEV-29870)

  • Server crash with SIGSEGV or dynamic-stack-buffer-overflow in spider_db_mbase_util::append_table (MDEV-29163)

  • heap-use-after-free in ha_spider::lock_tables(), highly sporadic SIGSEGV in intern_close_table (MDEV-30014)

  • Syntax error upon query with subquery from Spider table (MDEV-30392)

  • Spider doesn't recognize semi JOIN (MDEV-31645)

  • MariaDB, SPIDER engine, usage of REGEXP (MDEV-32986)

  • Spider: variable spider_same_server_link not functioning correctly (MDEV-29718)

  • Spider fails to autodiscover structure (did in <=10.5) and reports ERROR 12500 (HY000): unknown (MDEV-33008)

  • Spider spawns unnecessarily many system threads for stats synchronization (MDEV-29020)

    • Defaults for and changed from 10 to 1

  • SIGSEGV in spider_db_delete_all_rows on TRUNCATE, UBSAN: member call on null pointer of type 'struct spider_db_handler' in spider_db_delete_all_rows (MDEV-33191)

  • mariadb-upgrade fails with 'System table spider_tables is different version' => Can't create database 'performance_schema' (MDEV-27103)

  • Spider: SIGSEGV in spider_db_direct_delete, SIGSEGV in spider_db_connect, ASAN: heap-use-after-free in spider_db_direct_delete (MDEV-28683)

  • No error for DROP TABLE and no warning for DROP TABLE IF EXISTS with absent table when Spider plugin is included (MDEV-30170)

  • ASAN errors in spider_conn_queue_and_merge_loop_check (MDEV-29002)

  • )
  • Add variable to influence how costs for secondary keys are calculated. (MDEV-33118)

  • INSERT ... SELECT Does not produce an optimizer trace (MDEV-29298)

  • Unusable key notes do not get reported for some operations (MDEV-32958)

  • Unusable key notes report wrong predicates for > and >= (MDEV-32957)

  • FOREIGN_KEY_CHECKS
    does not prevent non-copy alter from creating invalid FK structure (
    )
  • Assertion !"wrong page type"'` or Assertion "wrong page type" == 0'failed ininnobase_instant_tryonALTER` (MDEV-18322)

  • Assertion (col.vers_sys_end()) upon inplace ALTER with virtual columns (MDEV-20545)

  • DELETE with ORDER BY and semijoin optimization causing crash (MDEV-32212)

  • Invalid expr in cleanup_session_expr() upon INSERT DELAYED (MDEV-29932)

  • SIGSEGV in my_decimal::operator= and Assertion 0'failed inItem_type_holder::val_decimal` on SELECT (MDEV-29070)

  • LONG UNIQUE does not work like unique key when using replace (MDEV-32837)

  • LONG UNIQUE gives error when used with REPLACE (MDEV-32839)

  • Backport MDEV-32532 to 10.6 (MDEV-32903)

  • Assertion ``0' failed in Item_type_holder::val_int` (MDEV-29494)

  • Server crash in my_decimal::operator= or unexpected ER_DUP_ENTRY upon comparison with INET6 and similar types (MDEV-32879)

    "plugin already loaded" should be a Warning, not an Error (MDEV-32041)

  • mariadb-upgrade should remove mysql.plugin entries for plugins that became bundled (MDEV-32043)

  • wsrep_provider_options can be truncated on deep and long directory paths (MDEV-32634)

  • Server crashes in rpl_sql_thread_info::cached_charset_compare / wsrep_apply_events (MDEV-22232)

  • Galera crash when "create a table as select" (MDEV-27806)

  • Cluster is inconsistent after SAVEPOINT statement is rolled back (MDEV-32549)

  • WSREP GTID MODE is inconsistent (MDEV-31905)

  • IST "Donor does not know my secret" with ssl-mode=VERIFY_CA (MDEV-32344)

  • Can Deadlock an Errored Slave (
    )
  • main.rpl_mysqldump_slave Fails with "Master binlog wasn't deleted" Assertion (MDEV-32953)

  • rpl_seconds_behind_master_spike Sensitive to IO Thread Stop Position (MDEV-33327)

  • Binlog Checksum is Zeroed by Zlib if Part of Event Data is Empty (MDEV-33283)

  • "Read semi-sync reply magic number error" warnings on master (MDEV-32551)

  • Second Semi-sync Replica Can Hang at Connect Time (MDEV-32792)

  • Semi-sync ACKed Transaction can Timeout and Switch Off Semi-sync with Multiple Replicas (MDEV-32960)

  • Semi-Sync Ack_Receiver Thread Should Allow COM_QUIT Command (MDEV-32385)

  • lead to crash (
    )
  • REGEXP_REPLACE treats empty strings different than REPLACE in ORACLE mode (MDEV-29095)

  • CREATE UNIQUE INDEX fails with "ERROR 1286 (42000): Unknown storage engine 'partition'" (MDEV-21618)

  • Failure when executing PS for query using IN subquery (MDEV-32569)

  • Potential memory leak on execuing of create view statement (MDEV-32466)

  • Assertion failures (MDEV-32965)

  • Two JSON related tests running in PS mode fail on server built with -DWITH_PROTECT_STATEMENT_MEMROOT=YES (MDEV-32733)

  • Alter sequence 2nd ps fails while alter sequence 2nd time (no ps) succeeds (MDEV-33169)

  • Set TaskMax=inifinity in the MariaDB systemd unit (MDEV-30236)

  • Unreliable autocommit flag on connection creation (MDEV-32875)

  • A connection can control RAND() in following connection (MDEV-33148)

  • THD::rli_fake/rgi_fake not cleared on new connection (MDEV-32844)

  • Assertion failures in tdc_remove_table upon interrupted CREATE TABLE LIKE <sequence> (MDEV-20471)

  • Server crash in find_field_in_table (MDEV-32082)

  • LPAD in vcol created in ORACLE mode makes table corrupted in non-ORACLE (MDEV-27744)

  • Failure to call SP invoking another SP with parameter requiring type conversion (MDEV-33270)

  • The database part is not case sensitive in SP names (MDEV-33019)

  • EXCHANGE PARTITION with non-matching vcol expression segfault (MDEV-28127)

  • Wrong user in SET DEFAULT ROLE error (MDEV-26875)

  • quote(NULL) returns incorrect result in view ('NU' instead of 'NULL') (MDEV-28651)

  • mysql.slow_log reports incorrect start time (MDEV-11628)

  • Update federated table and column privileges (MDEV-32984)

  • Disable transparent huge pages after page buffers have been allocated (MDEV-33279)

  • Deprecate (MDEV-32617)

  • sys schema view session_ssl_status is empty (MDEV-32751)

  • MDEV-29954
    MDEV-28613
    MDEV-29110
    MDEV-20286
    MDEV-33006
    MDEV-24541
    MDEV-32587
    MDEV-29421
    MDEV-29963
    MDEV-28615
    MDEV-31657
    MDEV-29362
    MDEV-33165
    MDEV-32795
    MDEV-22230
    MDEV-26743
    MDEV-32645
    MDEV-24784
    MDEV-27087
    MDEV-32906
    MDEV-27087
    MDEV-19275
    MDEV-27595
    MDEV-31413
    MDEV-32938
    MDEV-28971
    MDEV-33045
    MDEV-27436
    MDEV-26632
    MariaDB Deprecation Policy
    MariaDB 10.6
    MDEV-32884
    MariaDB 10.6.17
    changelog
    MariaDB 10.6.17
    MariaDB Foundation release announcement
    MariaDB 10.6.24
    Download Now
    Alternate download from mariadb.org

    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 page.

    MDEV-21245
    MDEV-32867
    MDEV-31357
    MDEV-29092
    MDEV-10653
    MDEV-31523
    Distributions which Include MariaDB
    Distributions which Include MariaDB
    Distributions which Include MariaDB
    Distributions which Include MariaDB
    Distributions which Include MariaDB
    Distributions which Include MariaDB
    Distributions which Include MariaDB
    Distributions which Include MariaDB
    Distributions which Include MariaDB
    Distributions which Include MariaDB
    Distributions which Include MariaDB
    Distributions which Include MariaDB
    Distributions which Include MariaDB
    Distributions which Include MariaDB
    Distributions which Include MariaDB
    Distributions which Include MariaDB
    Distributions which Include MariaDB
    Distributions which Include MariaDB
    Distributions which Include MariaDB
    Distributions which Include MariaDB
    Distributions which Include MariaDB
    Distributions which Include MariaDB
    Distributions which Include MariaDB
    Distributions which Include MariaDB
    Distributions which Include MariaDB
    mariadb-upgrade
    innodb_change_buffering=none
    security vulnerabilities
    innodb_use_native_aio
    innodb_use_native_aio
    innodb_use_native_aio
    server_audit_events
    MariaDB Audit Plugin - Log Settings
    security vulnerabilities
    analyze_max_length
    innodb_lock_wait_timeout
    Atomic DDL
    INFORMATION_SCHEMA.KEYWORDS
    INFORMATION_SCHEMA.SQL_FUNCTIONS
    security vulnerabilities
    CREATE TABLE
    ALTER TABLE
    RENAME TABLE
    DROP TABLE
    DROP DATABASE
    binlog_expire_logs_seconds
    expire_logs_days
    ADD_MONTHS()
    TO_CHAR()
    SYS_GUID()
    EXCEPT
    character set
    old_mode
    mysql / mariadb
    mysqlbinlog / mariadb-binlog
    ROWNUM
    JSON_VALUE()
    innodb_disallow_writes
    mariadb-backup
    mariadb-backup
    now available in Chinese
    security vulnerabilities
    persistent statistics
    Replication unsafe
    INSERT .. ON DUPLICATE KEY UPDATE
    MIXED format binlogging
    Replication unsafe
    INSERT .. ON DUPLICATE KEY UPDATE
    MIXED binlog format
    mysqlbinlog --stop-never --raw
    explicit_defaults_for_timestamp
    JSON_TABLE
    CONNECT Engine
    INSERT IGNORE
    Mysql Table type
    mariadb client
    explicit_defaults_for_timestamp
    JSON_EXTRACT
    security vulnerabilities
    EXPLAIN EXTENDED
    Innodb_buffer_pool_read_requests
    innodb_adaptive_hash_index=OFF
    INFORMATION_SCHEMA.INNODB_METRICS
    Innodb_adaptive_hash_non_hash_searches
    INFORMATION_SCHEMA.GLOBAL_STATUS
    Semisync
    rpl-semi-sync-slave-enabled = ON
    PREPARE
    EXECUTE
    DEALLOCATE / DROP PREPARE
    security vulnerabilities
    GPG
    Full-text index
    system versioning
    innodb_undo_log_truncate=ON
    InnoDB buffer pool
    Seconds_Behind_Master
    JSON_PRETTY
    JSON_DETAILED
    XA transaction
    CREATE TRIGGER
    GPG key
    CHECK TABLE…EXTENDED
    InnoDB persistent statistics
    Upgrading Between Major MariaDB Versions
    Upgrading from MariaDB 10.5 to MariaDB 10.6
    CREATE TABLE
    ALTER TABLE
    RENAME TABLE
    DROP TABLE
    DROP DATABASE
    are now atomic
    SELECT ... OFFSET ... FETCH
    SELECT ... SKIP LOCKED
    Indexes can be ignored
    JSON_TABLE
    subqueries in a FROM clause
    ADD_MONTHS()
    TO_CHAR()
    SYS_GUID()
    InnoDB's COMPRESSED row format
    read-only by default
    Information Schema SYS_TABLESPACES
    SYS_DATAFILES
    master_host
    binlog_expire_logs_seconds
    expire_logs_days
    sys-schema
    INFORMATION_SCHEMA.KEYWORDS
    INFORMATION_SCHEMA.SQL_FUNCTIONS
    TokuDB
    CassandraSE
    character set
    old_mode
    --bind-address=hostname
    System Variables Added in MariaDB 10.6
    Status Variables Added in MariaDB 10.6
    max_recursive_iterations
    innodb_adaptive_max_sleep_delay
    innodb_background_scrub_data_check_interval
    innodb_background_scrub_data_compressed
    innodb_background_scrub_data_interval
    Security Vulnerabilities Fixed in MariaDB
    EXCEPT
    ROWNUM
    innodb_checksum_algorithm
    innochecksum
    GSSAPI plugin
    innodb_background_scrub_data_uncompressed
    innodb_buffer_pool_instances
    innodb_commit_concurrency
    innodb_concurrency_tickets
    innodb_file_format
    innodb_large_prefix
    innodb_lock_schedule_algorithm
    innodb_log_checksums
    innodb_log_compressed_pages
    innodb_log_files_in_group
    innodb_log_optimize_ddl
    innodb_page_cleaners
    innodb_replication_delay
    innodb_scrub_log
    innodb_scrub_log_speed
    innodb_sync_array_size
    innodb_thread_concurrency
    innodb_thread_sleep_delay
    innodb_undo_logs
    --skip-symbolic-links
    CHAR
    collations
    mariadb_repo_setup
    security vulnerabilities
    ROW_FORMAT=COMPRESSED
    InnoDB
    Memory
    Spider
    Replication
    mariadb-binlog
    mariadb-binlog
    Character Sets
    Audit Plugin
    ed25519 authentication plugin
    CREATE TRIGGER table1_after_insert AFTER INSERT
    security vulnerabilities
    Innochecksum
    InnoDB
    Spider
    spider UDF
    aria_encrypt_tables
    S3
    s3-provider
    s3_ssl_no_verify
    JSON_TABLE
    JSON_TABLE
    mariadbd
    innodb_purge_batch_size
    --quick-max-column-width
    security vulnerabilities
    mariadb-dump --force
    DELETEs
    unique key
    Spider variables
    ANALYZE FORMAT=JSON now includes
    RANK
    ALTER SEQUENCE
    STOP SLAVE
    XA COMMIT/XA ROLLBACK
    DISTINCT
    LIMIT
    ROW
    Innodb_row_lock_time%
    slow query log
    innodb_undo_log_truncate=ON
    innodb_undo_log_truncate=ON
    innodb_undo_log_truncate=ON
    innodb_read_ahead_threshold
    innodb_undo_log_truncate=ON
    innodb_change_buffering
    innodb_file_per_table=0
    window functions
    SHOW TABLES
    Aria
    Replication
    DELETE
    HEAP
    XA transactions
    replicate_do_db
    CHANGE MASTER TO
    server_uid
    error log
    mariadb-secure-installation
    --init-rpl-role
    semisync recovery
    mariadb-install-db
    Triggers
    sandbox mode
    --binary-mode
    Indexes can be ignored
    SELECT ... OFFSET ... FETCH
    SELECT ... SKIP LOCKED
    JSON_TABLE
    subqueries in a FROM clause
    TokuDB
    CassandraSE
    InnoDB's COMPRESSED row format
    read-only by default
    Information Schema SYS_TABLESPACES
    SYS_DATAFILES
    master_host
    sys-schema
    --bind-address=hostname
    GSSAPI plugin
    innodb_adaptive_max_sleep_delay
    innodb_background_scrub_data_check_interval
    innodb_background_scrub_data_compressed
    innodb_background_scrub_data_interval
    innodb_checksum_algorithm
    innochecksum
    max_recursive_iterations
    innodb_background_scrub_data_uncompressed
    innodb_buffer_pool_instances
    innodb_commit_concurrency
    innodb_concurrency_tickets
    innodb_file_format
    innodb_large_prefix
    innodb_log_checksums
    innodb_log_compressed_pages
    innodb_log_files_in_group
    innodb_log_optimize_ddl
    innodb_page_cleaners
    innodb_replication_delay
    innodb_scrub_log
    innodb_scrub_log_speed
    innodb_thread_concurrency
    innodb_thread_sleep_delay
    innodb_undo_logs
    mariadb-dump
    sandbox
    ALTER TABLE…DISCARD TABLESPACE
    Aria
    Federated
    Spider
    TIMESTAMPDIFF
    CASE
    mariadb-backup
    innodb_encrypt_tables
    mariadb-backup
    mariadb-backup --backup
    mariadb-backup --backup
    Character Sets
    Data Types
    ORDER BY
    GROUP_CONCAT
    AVG
    YEAR
    datetime
    JSON_ARRAYAGG
    JSON_TYPE
    JSON_REMOVE
    JSON_EXTRACT
    audit plugin
    AUTO_INCREMENT
    UPDATE
    mariadb --sandbox
    mariadb-dump
    mariadb-dump
    security vulnerabilities
    innodb_snapshot_isolation
    Spider variables
    mariadb-backup --prepare
    innodb_log_file_size
    --prepare
    --export
    mariadb-backup
    GREATEST()
    LEAST()
    NULLs
    optimizer_adjust_secondary_key_costs
    UPDATE
    TIMESTAMP
    strict mode
    AVG
    YEAR
    datetime
    time zones
    alter_algorithm
    ROLLBACK
    ROW_FORMAT=COMPRESSED
    Split Materialized
    hash_join_cardinality
    security vulnerabilities
    Innodb_data_written
    ANALYZE FORMAT=JSON
    Rowid Filter optimization
    DROP INDEX
    CREATE INDEX
    optimizer_switch
    Charset Narrowing Optimization
    mariadb-binlog -T/--table
    mariadb-admin
    simple_password_check
    mariadb-install-db
    binlog_do_db
    healthcheck.sh
    sql_mode=ANSI_QUOTES
    healthcheck.sh
    instructions
    note_verbosity
    security vulnerabilities
    innodb_purge_batch_size
    innodb_purge_rseg_truncate_frequency
    innodb_undo_log_truncate=ON
    mariadb-install-db
    proxy privileges
    PROXY privileges
    healthcheck.sh
    SQL Error Log Plugin
    sql_error_log_with_db_and_thread_info
    SQL Error Log Plugin
    sql_error_log_with_db_and_thread_info
    s3_debug
    s3_protocol_version
    HeidiSQL
    BACKUP LOCKS
    database LOCK TABLES
    spider_table_crd_thread_count
    spider_table_sts_thread_count
    optimizer_adjust_secondary_key_costs
    secure_auth=0

    This page is licensed: CC BY-SA / Gnu FDL

    This page is licensed: CC BY-SA / Gnu FDL

    This page is licensed: CC BY-SA / Gnu FDL

    This page is licensed: CC BY-SA / Gnu FDL

    This page is licensed: CC BY-SA / Gnu FDL

    This page is licensed: CC BY-SA / Gnu FDL

    This page is licensed: CC BY-SA / Gnu FDL

    This page is licensed: CC BY-SA / Gnu FDL

    This page is licensed: CC BY-SA / Gnu FDL

    This page is licensed: CC BY-SA / Gnu FDL

    This page is licensed: CC BY-SA / Gnu FDL

    This page is licensed: CC BY-SA / Gnu FDL

    This page is licensed: CC BY-SA / Gnu FDL

    This page is licensed: CC BY-SA / Gnu FDL

    This page is licensed: CC BY-SA / Gnu FDL

    This page is licensed: CC BY-SA / Gnu FDL

    This page is licensed: CC BY-SA / Gnu FDL

    This page is licensed: CC BY-SA / Gnu FDL

    This page is licensed: CC BY-SA / Gnu FDL

    This page is licensed: CC BY-SA / Gnu FDL

    This page is licensed: CC BY-SA / Gnu FDL

    This page is licensed: CC BY-SA / Gnu FDL

    This page is licensed: CC BY-SA / Gnu FDL

    This page is licensed: CC BY-SA / Gnu FDL

    This page is licensed: CC BY-SA / Gnu FDL

    This page is licensed: CC BY-SA / Gnu FDL