All pages
Powered by GitBook
1 of 1

Loading...

MariaDB 10.4.26 Release Notes

The most recent release of MariaDB 10.4 is:MariaDB 10.4.34 Stable (GA) Download Now

Download 10.4.26 | Release Notes | Changelog | Overview of 10.4

Release date: 15 Aug 2022

MariaDB 10.4 is a previous stable series of MariaDB. It is an evolution of MariaDB 10.3 with several entirely new features not found anywhere else and with backported and reimplemented features from MySQL.

MariaDB 10.4.26 is a Stable (GA) release.

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

Thanks, and enjoy MariaDB!

Notable Items

InnoDB

  • InnoDB corruption due to lack of file locking ()

  • FULLTEXT search with apostrophe, and mandatory words ()

  • ALTER TABLE IMPORT TABLESPACE corrupts an encrypted table ()

  • ALTER TABLE wrong-result fix ()

Replication

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

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

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

Galera

  • updated to 26.4.12

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

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

  • Galera4 not able to report proper wsrep_incoming_addresses ()

Optimizer

  • Server crash in JOIN_CACHE::free or in copy_fields ()

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

  • MariaDB Server SEGV on INSERT .. SELECT ()

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

CONNECT

  • now supports with ()

mysql Client

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

General

  • Crash in ()

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

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

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

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 .

A query with a subuquery in this form could cause a crash:
Subquery semi-join optimization could miss LooseScan or FirstMatch strategies for certain queries.
  • Optimizer uses all partitions after upgrade to 10.3 (MDEV-28246)

    • For multi-table UPDATE or DELETE queries, the optimizer failed to apply Partition Pruning optimization for the table that is updated or deleted from.

  • CVE-2018-25032

  • CVE-2022-32091

  • CVE-2022-32084

  • CVE-2022-38791

  • MDEV-28495
    MDEV-20797
    MDEV-28779
    MDEV-26294
    MDEV-21087
    MDEV-21443
    MDEV-28487
    Galera
    MDEV-28546
    MDEV-25068
    MDEV-20627
    MDEV-23809
    MDEV-29139
    MDEV-26427
    MDEV-28749
    CONNECT Engine
    Mysql Table type
    MDEV-27766
    MDEV-29188
    MDEV-28727
    MDEV-29088
    MariaDB Deprecation Policy
    MariaDB 10.4
    CVE-2023-5157
    CVE-2022-32089
    CVE-2022-32081
    MariaDB 10.4.26
    changelog
    MariaDB 10.4.26
    MariaDB Foundation release announcement
    ... ANY (SELECT ... GROUP BY (SELECT redundant_subselect_here)) ...

    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
    INSERT IGNORE
    mysql client
    JSON_EXTRACT
    security vulnerabilities

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