All pages
Powered by GitBook
1 of 1

Loading...

MariaDB 11.1.5 Release Notes

The most recent release of MariaDB 11.1 is:MariaDB 11.1.6 Stable (GA) Download NowAlternate download from mariadb.org

Download 11.1.5 | Release Notes | Changelog | Overview of 11.1

Release date: 16 May 2024

MariaDB 11.1 is a current short-term stable series of MariaDB and will be maintained until August 2024. It is an evolution of MariaDB 11.0 with several entirely new features.

MariaDB 11.1.5 is a Stable (GA) release.

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

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

  • Introduce the system variable to address excessive context switching caused by log_sys.lsn_lock (observed on write-intensive workloads on NUMA systems) ()

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

  • Fix adaptive hash index corruption after ()

  • Server no longer aborts while altering an InnoDB statistics table (

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

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

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

Backup

  • Port backup features from Enterprise Server. This adds support for to , and obsoletes the and options ()

  • now preserves ()

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

,

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

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

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

  • no longer returns multiple values for same path ()

Encryption, TLS, SSL

  • WolfSSL's math is unnecessarily slow ()

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

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

Plugins

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

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

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

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

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

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

Platforms & Packaging

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

General

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

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

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

Security

  • Fixes for the following :

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 .

)
  • Fix LeakSanitizer errors in rec_copy_prefix_to_buf (MDEV-33230)

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

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

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

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

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

  • Fix server hang on DROP INDEX or RENAME INDEX (MDEV-33993)

  • Fix mariadb-backup --backup hang (MDEV-33669)

  • Fix server hang caused by InnoDB change buffer (MDEV-33543)

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

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

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

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

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

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

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

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

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

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

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

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

    • New system variable,

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

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

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

  • Fix spider plugin init failure with no_zero_date sql_mode (MDEV-33494)
  • Fix sql plugin init failure with traditional sql_mode (MDEV-33584)

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

  • Fix Spider: ERROR 12710 (HY000): Invalid information from remote table when using MariaDB 10.5 local and MariaDB 10.6 remote (MDEV-33777)

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

  • Fix mariadb-backup --backup FATAL ERROR: ... Can't open datafile cool_down/t3 (MDEV-33011)
  • mariadb-backup --backup now includes retry logic for undo tablespaces (MDEV-33980)

  • Fix crash recovery in mariadb-backup --prepare due to insufficient (MDEV-33540)

  • Fix crash in mariadb-backup --prepare --export after --prepare (MDEV-33023)

  • MariaDB Backup now considers O/S user when --user option is omitted (MDEV-32893)

  • )
  • Fixed and problems with (MDEV-21034)

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

  • Aggregation functions fail to leverage uniqueness property (MDEV-30660)

  • Partitioning is broken on big endian architectures (MDEV-33623)

  • Slave crashed:reload_acl_and_cache during shutdown (MDEV-30260)

  • Rpl_semi_sync_slave_status is ON When Replication Is Not Configured (MDEV-33546)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  • Loading now works with INPLACE (MDEV-33044)

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

  • Slowdown when running nested statement with many partitions (MDEV-33502)

  • MDEV-33515
    MDEV-32899
    MDEV-33400
    MDEV-33813
    MDEV-31361
    MDEV-28992
    MDEV-28993
    MDEV-33731
    MDEV-33242
    MariaDB Backup
    no-backup-locks
    rysnc
    MDEV-32932
    MariaDB Backup
    MDEV-33334
    MariaDB Backup
    MDEV-30968
    MDEV-31251
    MDEV-33318
    MDEV-32975
    MDEV-33772
    MDEV-33496
    MDEV-30646
    MDEV-19487
    MDEV-22141
    MDEV-32287
    MDEV-33482
    MDEV-21102
    MDEV-30975
    MDEV-31276
    MDEV-23878
    MDEV-33393
    MDEV-33475
    MDEV-34042
    MDEV-33799
    MDEV-31779
    Galera
    MDEV-33979
    MDEV-18288
    MDEV-30046
    MDEV-33790
    MDEV-33622
    MDEV-32791
    MDEV-21778
    MDEV-33727
    MDEV-4827
    MariaDB 10.5
    MDEV-33726
    MDEV-33506
    MDEV-33469
    MDEV-29345
    CVE-2024-21096
    MariaDB 11.1.5
    changelog
    MariaDB 11.1.5
    MariaDB Foundation release announcement
    MDEV-33462

    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.

    Distributions which Include MariaDB
    mariadb-dump
    sandbox
    innodb_log_spin_wait_delay
    ALTER TABLE…DISCARD TABLESPACE
    Aria
    Federated
    Spider
    TIMESTAMPDIFF
    CASE
    BACKUP STAGE
    innodb_encrypt_tables
    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
    innodb_log_file_size
    GREATEST()
    LEAST()
    NULLs
    UPDATE
    TIMESTAMP
    strict mode
    AVG
    YEAR
    datetime
    time zones
    alter_algorithm

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