This is a read-only copy of the MariaDB Knowledgebase generated on 2025-03-12. For the latest, interactive version please visit https://mariadb.com/kb/.

Release Notes for MariaDB Enterprise Server 10.2.41-14

MariaDB Enterprise Server 10.2.41-14 is a maintenance release of MariaDB Enterprise Server 10.2. This release includes a variety of fixes.

MariaDB Enterprise Server 10.2.41-14 was released on 2021-12-13.

Fixed Security Vulnerabilities

CVE (with cve.org link)CVSS base score
CVE-2021-466677.5
CVE-2022-316246.5
CVE-2021-356045.5

Notable Changes

  • Galera updated to 25.3.35
  • Enterprise Spider no longer enables pushdown of UDFs and Stored Functions to the Data Node by default: (MDEV-26545)
  • The default value of spider_use_pushdown_udf has changed from -1 to 0
    • In previous releases, Enterprise Spider pushed UDFs and Stored Functions down to the Data Node by default, which could cause query results to be inconsistent.
    • Starting with this release, all UDFs and stored functions are evaluated on the Spider Node by default. If desired, pushdown of UDFs and Stored Functions can be explicitly enabled by setting spider_use_pushdown_udf=1. Testing is recommended to confirm that query results are consistent.

Issues Fixed

Can result in a hang or crash

  • Resolving aggregate functions that are used in a view can cause in a crash. (MDEV-24454)
  • If two InnoDB tables have a foreign key and an operation cascades from the parent table to the child table, an index on a virtual generated column in the child table can become corrupt. (MDEV-26866)

Can result in unexpected behavior

  • Memory leak with row-based replication can lead to high memory usage on replica servers. (MDEV-26712)
  • When statement-based or mixed replication is used and a DML statement encounters an error in a transaction that creates or drops a temporary table, non-committed writes to transactional tables can be incorrectly replicated to replica servers. (MDEV-26833)
  • Spider does not work correctly for UDF and stored functions if used in a query's WHERE conditions. (MDEV-26545)

Platforms

In alignment to the enterprise lifecycle, MariaDB Enterprise Server 10.2.41-14 is provided for:

  • CentOS 7 (x86_64)
  • CentOS 8 (x86_64, ARM64)
  • Debian 9 (x86_64, ARM64)
  • Microsoft Windows (x86_64)
  • Red Hat Enterprise Linux 7 (x86_64)
  • Red Hat Enterprise Linux 8 (x86_64, ARM64)
  • SUSE Linux Enterprise Server 12 (x86_64)
  • SUSE Linux Enterprise Server 15 (x86_64, ARM64)
  • Ubuntu 18.04 (x86_64, ARM64)

Some components of MariaDB Enterprise Server might not support all platforms. For additional information, see "MariaDB Corporation Engineering Policies".

Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.