All pages
Powered by GitBook
1 of 1

Loading...

MariaDB 10.5.20 Release Notes

Download Release Notes Changelog Overview of 10.5

Release date: 10 May 2023

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.20 is a Stable (GA) release.

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

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

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

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

Docker Official Images

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

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 .

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

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

  • 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-20057
    MDEV-30605
    MDEV-29762
    CVE-2022-47015
    MariaDB 10.5.20
    changelog
    MariaDB 10.5.20
    MariaDB Foundation release announcement

    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 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
    ROLLBACK
    ROW_FORMAT=COMPRESSED
    Split Materialized
    security vulnerabilities
    Innodb_data_written
    Rowid Filter optimization

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