arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

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

circle-info

The most recent release of MariaDB 10.6 is:

hashtag
MariaDB 10.6.25 Stable (GA) Download Now

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!

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

hashtag
Storage Engines

hashtag
InnoDB

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

  • Fix adaptive hash index corruption after ()

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

hashtag

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

hashtag

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

hashtag

  • Improve Spider performance by pushing down function () and statement () to data nodes

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

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

hashtag
Backup

  • now preserves ()

  • Fix problem on older mariadb (opendir(NULL)) caused by ()

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

hashtag
,

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

  • Default charset now works with PHP MySQLi extension ()

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

hashtag
JSON

  • View created via now returns correct json object ()

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

  • no longer returns NULL on valid arguments ()

hashtag
Encryption, TLS, SSL

  • WolfSSL's math is unnecessarily slow ()

hashtag
Optimization & Tuning

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

  • Wrong result with cross Join given join order ()

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

hashtag
Plugins

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

hashtag
Replication

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

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

  • mysql_manager_submit Segfault at Startup Still Possible During Recovery ()

hashtag
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 ()

hashtag
SQL, Data Definition, and Data Manipulation

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

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

  • Fix incorrect DEFAULT expression evaluated in ()

hashtag
Platforms & Packaging

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

hashtag
General

hashtag
Scripts & Clients

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

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

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

hashtag
Server

  • Moving from to 10.6 mysql_upgrade is not updating some system tables ()

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

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

hashtag
Security

  • Fixes for the following :

hashtag
Changelog

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

hashtag
Contributors

For a full list of contributors to , see the .

circle-info

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.

This page is licensed: CC BY-SA / Gnu FDL

Fix fatal error InnoDB: Clustered record field for column x not found ()
  • 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 ()

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

  • now includes retry logic for undo tablespaces ()
  • 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 out of range error in (()) due to a wrong data type ()
  • Fixed and problems with ()

  • no longer returns multiple values for same path ()
    Wrong result with semi-join and splittable derived table ()
  • 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 ()

  • Server crash in Rows_log_event::update_sequence upon replaying binary log ()
  • 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 ()

  • Fix server crash when UPDATE statement with duplicate key is run after setting a low thread_stack ()
  • 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 ()

  • Loading now works with INPLACE ()

    update case insensitive (large) unique key with insensitive change of value - duplicate key ()
  • 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 ()

  • Alternate download from mariadb.orgarrow-up-right
    Download
    Release Notes
    Changelog
    Overview of 10.6
    MariaDB 10.6
    maintained untilarrow-up-right
    MariaDB 10.5
    MariaDB 10.6.18
    Stable (GA)
    MDEV-32899arrow-up-right
    MDEV-33400arrow-up-right
    MDEV-31154arrow-up-right
    MDEV-33813arrow-up-right
    MDEV-31361arrow-up-right
    MDEV-28992arrow-up-right
    MDEV-28993arrow-up-right
    MDEV-33731arrow-up-right
    MDEV-33242arrow-up-right
    MDEV-33334arrow-up-right
    MDEV-30968arrow-up-right
    MDEV-31251arrow-up-right
    MDEV-33011arrow-up-right
    MDEV-33318arrow-up-right
    MDEV-32975arrow-up-right
    MDEV-33772arrow-up-right
    MDEV-30646arrow-up-right
    MDEV-19487arrow-up-right
    MDEV-22141arrow-up-right
    MDEV-33482arrow-up-right
    MDEV-21102arrow-up-right
    MDEV-30975arrow-up-right
    MDEV-31276arrow-up-right
    MDEV-33393arrow-up-right
    MDEV-33475arrow-up-right
    MDEV-34042arrow-up-right
    MDEV-33799arrow-up-right
    Galera
    MDEV-33979arrow-up-right
    MDEV-18288arrow-up-right
    MDEV-30046arrow-up-right
    MDEV-33790arrow-up-right
    MDEV-32791arrow-up-right
    MDEV-21778arrow-up-right
    MDEV-33727arrow-up-right
    MDEV-4827arrow-up-right
    MariaDB 10.5
    MDEV-33726arrow-up-right
    MDEV-33506arrow-up-right
    MDEV-33469arrow-up-right
    CVE-2024-21096arrow-up-right
    MariaDB 10.6.18
    changelog
    MariaDB 10.6.18
    MariaDB Foundation release announcementarrow-up-right
    subscribingarrow-up-right
    spinner
    MDEV-33558arrow-up-right
    MDEV-33613arrow-up-right
    MDEV-33770arrow-up-right
    MDEV-33795arrow-up-right
    MDEV-33512arrow-up-right
    MDEV-33993arrow-up-right
    MDEV-33669arrow-up-right
    MDEV-33543arrow-up-right
    MDEV-31161arrow-up-right
    MDEV-30655arrow-up-right
    MDEV-19044arrow-up-right
    MDEV-26643arrow-up-right
    MDEV-26642arrow-up-right
    MDEV-29565arrow-up-right
    MDEV-26671arrow-up-right
    MDEV-33802arrow-up-right
    MDEV-33889arrow-up-right
    MDEV-32489arrow-up-right
    MDEV-33397arrow-up-right
    MDEV-32898arrow-up-right
    MDEV-33277arrow-up-right
    MDEV-32445arrow-up-right
    MDEV-33214arrow-up-right
    MDEV-33494arrow-up-right
    MDEV-33584arrow-up-right
    MDEV-33679arrow-up-right
    MariaDB 10.5
    MariaDB 10.6
    MDEV-33777arrow-up-right
    MDEV-33441arrow-up-right
    MDEV-33980arrow-up-right
    MDEV-33540arrow-up-right
    MDEV-33023arrow-up-right
    MDEV-32893arrow-up-right
    MDEV-33496arrow-up-right
    MDEV-21034arrow-up-right
    MDEV-32287arrow-up-right
    MDEV-23878arrow-up-right
    MDEV-33306arrow-up-right
    MDEV-30660arrow-up-right
    MDEV-33623arrow-up-right
    MDEV-31779arrow-up-right
    MDEV-30260arrow-up-right
    MDEV-9179arrow-up-right
    MDEV-33582arrow-up-right
    MDEV-33620arrow-up-right
    MDEV-33668arrow-up-right
    MDEV-33454arrow-up-right
    MDEV-33551arrow-up-right
    MDEV-33622arrow-up-right
    MDEV-33549arrow-up-right
    MDEV-15703arrow-up-right
    MDEV-31277arrow-up-right
    MDEV-31276arrow-up-right
    MDEV-34088arrow-up-right
    MDEV-33496arrow-up-right
    MDEV-34069arrow-up-right
    MDEV-34061arrow-up-right
    MDEV-24507arrow-up-right
    MDEV-25370arrow-up-right
    MDEV-21058arrow-up-right
    MDEV-33044arrow-up-right
    MDEV-29345arrow-up-right
    MDEV-26923arrow-up-right
    MDEV-33502arrow-up-right
    Distributions which Include MariaDB
    mariadb-dump
    sandbox
    ALTER TABLE…DISCARD TABLESPACE
    Aria
    Federated
    Spider
    TIMESTAMPDIFF
    CASE
    mariadb-backup
    innodb_encrypt_tables
    mariadb-backup
    mariadb-backup --backup
    Character Sets
    Data Types
    ORDER BY
    GROUP_CONCAT
    JSON_ARRAYAGG
    JSON_TYPE
    JSON_REMOVE
    audit plugin
    AUTO_INCREMENT
    UPDATE
    mariadb --sandbox
    mariadb-dump
    mariadb-dump
    security vulnerabilities
    innodb_snapshot_isolation
    Spider variables
    mariadb-backup --backup
    mariadb-backup --prepare
    innodb_log_file_size
    --prepare
    --export
    mariadb-backup
    AVG
    YEAR
    datetime
    GREATEST()
    LEAST()
    NULLs
    JSON_EXTRACT
    optimizer_adjust_secondary_key_costs
    UPDATE
    TIMESTAMP
    strict mode
    AVG
    YEAR
    datetime
    time zones
    alter_algorithm