All pages
Powered by GitBook
1 of 1

Loading...

MariaDB 10.5.25 Release Notes

Download Release Notes Changelog Overview of 10.5

Release date: 16 May 2024

MariaDB 10.5 is a previous stable series of MariaDB, maintained until June 2025. It is an evolution of MariaDB 10.4 with several entirely new features not found anywhere else and with backported and reimplemented features from MySQL.

MariaDB 10.5.25 is a Stable (GA) 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 adaptive hash index corruption after ()

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

  • Fix InnoDB: Failing assertion on UPDATE ()

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

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

  • Fix spider plugin init failure with no_zero_date sql_mode ()

  • Fix sql plugin init failure with traditional sql_mode ()

Backup

  • now preserves ()

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

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

  • now includes retry logic for undo tablespaces (

,

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

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

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

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 incorrect handling of in PS mode when a table's column declared as NOT NULL (

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

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

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

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 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 alter table corruption while applying the modification log (MDEV-19044)

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

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

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

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

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

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

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

  • 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) )
    MDEV-33400
    MDEV-31154
    MDEV-32346
    MDEV-33558
    MDEV-31361
    MDEV-28992
    MDEV-28993
    MDEV-33731
    MDEV-33494
    MDEV-33584
    mariadb-backup
    MDEV-33334
    mariadb-backup
    MDEV-30968
    MDEV-31251
    mariadb-backup --backup
    MDEV-33011
    mariadb-backup --backup
    MDEV-33980
    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-31779
    MDEV-30260
    MDEV-9179
    MDEV-18288
    MDEV-30046
    MDEV-33790
    MDEV-33549
    MDEV-21778
    MDEV-33727
    MDEV-4827
    MDEV-33506
    MDEV-33469
    MDEV-29345
    MDEV-26923
    CVE-2024-21096
    MariaDB 10.5.25
    changelog
    MariaDB 10.5.25
    MariaDB Foundation release announcement
    Galera

    The most recent release of MariaDB 10.5 is:

    MariaDB 10.5.29 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.

    subscribing
    Distributions which Include MariaDB
    mariadb-dump
    sandbox
    ALTER TABLE…DISCARD TABLESPACE
    Federated
    Spider
    TIMESTAMPDIFF
    CASE
    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
    UPDATE
    mariadb --sandbox
    mariadb-dump
    mariadb-dump
    security vulnerabilities
    Spider variables
    innodb_log_file_size
    GREATEST()
    LEAST()
    NULLs
    TIMESTAMP
    strict mode
    time zones
    alter_algorithm

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