Release Notes for MariaDB Enterprise Server 10.6.11-6

MariaDB Enterprise Server 11.6.11-6 is a Stable (GA) maintenance release of MariaDB Enterprise Server 10.6, released on 2022-12-21

circle-info

The most recent release of MariaDB Enterprise Server 10.6 is:

MariaDB Enterprise Server 10.6.11-6 is a Stable (GA) maintenance release of MariaDB Enterprise Serverarrow-up-right 10.6. This release includes a variety of fixes.

MariaDB Enterprise Server 10.6.11-6 was released on 2022-12-21.

Backported Features

MariaDB Enterprise Server enables a predictable development and operations experience through an enterprise lifecycle. These new features have been backported after reaching maturity in MariaDB Community Server:

  • The new slave_max_statement_time system variable is available to set the maximum execution time for queries on replica nodes. (MENT-1566arrow-up-right, MDEV-27161arrow-up-right)

    • When a query takes more than slave_max_statement_time seconds to run on the replica (slave) node, the query is aborted, and replication stops with an error.

    • The system variable can be set to a decimal value, where the decimal component has microsecond precision.

    • When set to 0, there is no timeout.

    • The default value is 0.

  • To simplify maintenance, the ALTER TABLE statement supports new clauses to convert tables to partitions and partitions to tables. (MENT-1454arrow-up-right)

    • To convert a partition to a table, use the CONVERT PARTITION .. TO TABLE .. clause:

ALTER TABLE partitioned_table
 CONVERT PARTITION part1
 TO TABLE normal_table;
  • To convert a table to a partition, use the CONVERT TABLE .. TO PARTITION .. clause:

  • The new CONVERT PARTITION and CONVERT TABLE clauses are crash-safe operations.

  • The EXCHANGE PARTITION clause can still be used, but it is not a crash-safe operation.

Notable Changes

  • The information_schema.INNODB_SYS_TABLESPACES view shows details about the InnoDB temporary tablespace, which is the tablespace where InnoDB temporary tables are stored. (MDEV-29479arrow-up-right)

    • Starting with this release, the details about the InnoDB temporary tablespace can be shown by querying for the name innodb_temporary:

  • When a table's default collation is set to the default collation for the table's character set, SHOW CREATE TABLE shows the COLLATE clause. (MDEV-29446arrow-up-right)

    • In previous releases, MariaDB Enterprise Server reduced the size of SHOW CREATE TABLE output by excluding the COLLATE clause if the table's default collation was set to the default collation for the table's character set.

  • Implemented CHECK TABLE .. EXTENDED for InnoDB. (MDEV-24402arrow-up-right)

    • When CHECK TABLE .. EXTENDED is executed, InnoDB confirms that no index contains orphan records.

    • InnoDB performs the check by counting all index records according to the current read view, and ensuring that any delete-marked records in the clustered index are waiting for the purge of history, and that all secondary index records point to a version of the clustered index record that is waiting for the purge of history. Normal MVCC reads and CHECK TABLE without EXTENDED would ignore these orphans.

Issues Fixed

Can result in data loss

Can result in a hang or crash

Can result in unexpected behavior

  • When a tablespace file was originally built with MariaDB Enterprise Server 10.4 and earlier, InnoDB would refuse to add a column to the table using the INSTANT algorithmarrow-up-right. (MDEV-28822arrow-up-right)

    • In previous releases, the operation would fail with the following error message:

Changes in Storage Engines

Interface Changes

Platforms

In alignment to the enterprise lifecyclearrow-up-right, MariaDB Enterprise Server 10.6.11-6 is provided for:

  • CentOS 7 (x86_64)

  • Debian 10 (x86_64, ARM64)

  • Debian 11 (x86_64, ARM64)

  • Microsoft Windows (x86_64) (MariaDB Enterprise Cluster excluded)

  • Red Hat Enterprise Linux 7 (x86_64)

  • Red Hat Enterprise Linux 8 (x86_64, ARM64)

  • Red Hat Enterprise Linux 9 (x86_64, ARM64)

  • Rocky Linux 8 (x86_64, ARM64)

  • Rocky Linux 9 (x86_64, ARM64)

  • SUSE Linux Enterprise Server 12 (x86_64)

  • SUSE Linux Enterprise Server 15 (x86_64, ARM64)

  • Ubuntu 18.04 (x86_64, ARM64)

  • Ubuntu 20.04 (x86_64, ARM64)

  • Ubuntu 22.04 (x86_64, ARM64)

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

Installation Instructions

Upgrade Instructions

This page is: Copyright © 2025 MariaDB. All rights reserved.

spinner

Last updated

Was this helpful?