arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

Release Notes for MariaDB Enterprise Server 10.5.18-13

MariaDB Enterprise Server 10.5.18-13 is a Stable (GA) maintenance release of MariaDB Enterprise Server 10.5, released on 2022-12-21

MariaDB Enterprise Server 10.5.18-13 is a maintenance release of MariaDB Enterprise Serverarrow-up-right 10.5. This release includes a variety of fixes.

MariaDB Enterprise Server 10.5.18-13 was released on 2022-12-21.

hashtag
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 is available to set the maximum execution time for queries on replica nodes. (MENT-1566, )

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

hashtag
Notable Changes

  • The view shows details about the InnoDB temporary tablespace, which is the tablespace where InnoDB temporary tables are stored. ()

    • 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, shows the COLLATE clause. ()

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

hashtag
Issues Fixed

hashtag
Can result in data loss

  • When a column is renamed in a partitioned table with using the , the table can be corrupted. ()

  • When the InnoDB storage engine performs change buffer operations, the can overflow, which can cause table corruption. (MENT-1661, )

hashtag
Can result in a hang or crash

  • When a query contains an IN/ALL/ANY predicand and the subquery contains a GROUP BY clause with an IN/ALL/ANY predicand with a single-value subquery as the left operand, the server can crash. ()

  • If an InnoDB table contains a foreign key constraint and the child table's DATABASE_NAME/TABLE_NAME.ibd is longer than 330 characters, when the parent table is renamed, the server can crash. ()

  • When the Spider storage engine's ODBC foreign data wrapper is used with MariaDB Connector/ODBC 3.1.10 and later, the server can crash. (MENT-1415)

  • If the InnoDB change buffer is corrupted, the server can hang during shutdown. (MENT-1673, )

  • When an InnoDB tablespace is in the non-canonical format from a previous operation that used the , InnoDB can fail to apply changes to the table during crash recovery and while preparing a backup with . ()

  • When a prepared statement is used to execute an containing a subquery, the server can crash: ()

hashtag
Can result in unexpected behavior

  • In the presence of replication filters, revoking privileges from a non-existing user on a primary (master) breaks replication on the replica (slave). ()

  • When is set on a replica node, the replica node does not skip replicated statements. ()

  • When a Spider table has a prefix index, query results can be incorrect. ()

  • When an InnoDB table contains virtual generated columns that are indexed, InnoDB fails to purge secondary index records. ()

  • When using the InnoDB adaptive hash index, non-locking reads can return wrong results due to a potential ACID violation. (, , )

  • When is used on a temporary table, an empty result set is returned. ()

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

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

hashtag
Related to install and upgrade

  • When is executed, spurious errors about table rebuilds are logged. ()

    • In previous releases, the following messages would be logged, even though the tool already mitigated the issues itself:

hashtag
Changes in Storage Engines

  • This release incorporates MariaDB ColumnStore storage engine version 5.6.8.

hashtag
Interface Changes

  • error code added

  • error code added

  • error code added

hashtag
Platforms

In alignment with the , MariaDB Enterprise Server 10.5.18-13 is provided for:

  • AlmaLinux 8 (x86_64, ARM64)

  • AlmaLinux 9 (x86_64, ARM64)

  • Debian 11 (x86_64, ARM64)

  • Debian 12 (x86_64, ARM64)

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

hashtag
Installation Instructions

hashtag
Upgrade Instructions

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

When set to 0, there is no timeout.

  • The default value is 0.

  • When a DDL statement is executed using the INPLACE algorithmarrow-up-right and innodb_adaptive_hash_index=ONarrow-up-right is set, the server can hang. (MDEV-27700arrow-up-right, MDEV-29384arrow-up-right)
  • When renaming a table to a long name, the server can crash. (MDEV-29258arrow-up-right)

  • When an causes InnoDB to rebuild a table with a spatial index, the server can crash. (MDEV-29520arrow-up-right)

  • When an InnoDB temporary table contains a spatial index, the server can crash if the temporary table is dropped due to DROP TEMPORARY TABLE or client disconnect. (MDEV-29507arrow-up-right)

  • When querying a partitioned table using the PARTITION syntax, if the WHERE clause results in an index merge, the server can crash. (MDEV-21134arrow-up-right)

  • When detecting CTE dependencies of nested CTEs that includes one or more recursive CTEs, infinite recursion can occur until the server crashes. (MDEV-29361arrow-up-right)

  • When the is configured to use the bundled wsrep_notify.sh script, the server can hang during startup. (MDEV-27682arrow-up-right)

  • When selecting from InnoDB's (such as , , and ), if connections with open XA transactions are disconnected or killed at the same time, the server can crash. (MDEV-29575arrow-up-right)

  • For some queries that involve tables with different but convertible character sets for columns taking part in the query, a repeatable execution of such queries in the prepared statement mode or as part of a stored routine can crash the server. (MDEV-16128arrow-up-right)

  • When executing a SELECT .. UNION .. SELECT or EXPLAIN EXTENDEDarrow-up-right statement, the server can crash. (MDEV-23160arrow-up-right)

  • When is set and a view that includes a subquery is queried, the server crashes. (MDEV-16549arrow-up-right)

  • When an application-time period with an empty name is added to a table using , the server can crash. (MDEV-18873arrow-up-right)

    • In previous releases, statements like the following could cause the server to crash:

  • When InnoDB tries to apply a INSERT_HEAP_DYNAMICrecord to a secondary index in a table with ROW_FORMAT=DYNAMICarrow-up-right during crash recovery, the operation can fail with an error. (MDEV-29559arrow-up-right)

    • In previous releases, the could have errors like the following:

    InnoDB can extend tablespace files when additional capacity is not required. (MDEV-13013arrow-up-right)

  • When an InnoDB table is being rebuilt and a is updated during the online rebuild, a memory leak can occur. (MDEV-29600arrow-up-right)

  • When a view is queried using a prepared statement, the query fails with the ER_NEED_REPREPARE error codearrow-up-right. (MDEV-17124arrow-up-right)

    • In previous releases, the following error would occur:

  • When a sequence is used as the default value in a table, rows inserted by an INSERT ... SELECT statement can be assigned the wrong values. (MDEV-29540arrow-up-right)

  • When a column has both a and a , full-text search using MATCH(..) AGAINST(..) does not work properly. (MDEV-29778arrow-up-right)

  • If the server is started with the enabled, but the TLS certificates and keys are not configured, the server will advertise the TLS support in the handshake, but will not actually be able to use it. (MDEV-29811arrow-up-right)

  • With MariaDB Enterprise Cluster, when is configured, the joiner node ignores custom values for the innodb_buffer_pool_filename system variablearrow-up-right, and the SST copies the buffer pool file to the default location instead. (MDEV-28968arrow-up-right)

  • When a is filtered in a subquery inside the , the results can be incorrect. (MDEV-27101arrow-up-right)

  • When the does not contain a port number, the shows 0 as the port number. (MDEV-28868arrow-up-right)

  • When is enabled, performance is impacted if the rowid filter contains no elements. (MDEV-28846arrow-up-right)

  • When a column is filtered in a subquery inside the , the results can be incorrect. (MDEV-27099arrow-up-right)

  • When XA COMMIT is executed without an open XA transaction, the operation is still logged to the binary log. (MDEV-25616arrow-up-right)

    • In previous releases, when a replica node tried to apply the event, it would fail with the ER_XAER_NOTA error codearrow-up-right:

  • ER_JSON_HISTOGRAM_PARSE_FAILEDarrow-up-right error code added
  • ER_JSON_TABLE_ALIAS_REQUIREDarrow-up-right error code added

  • ER_JSON_TABLE_ERROR_ON_FIELDarrow-up-right error code added

  • ER_JSON_TABLE_MULTIPLE_MATCHESarrow-up-right error code added

  • ER_JSON_TABLE_SCALAR_EXPECTEDarrow-up-right error code added

  • ER_PARTITION_CONVERT_SUBPARTITIONEDarrow-up-right error code added

  • ER_PK_INDEX_CANT_BE_IGNOREDarrow-up-right error code added

  • ER_PROVIDER_NOT_LOADEDarrow-up-right error code added

  • ER_REMOVED_ORPHAN_TRIGGERarrow-up-right error code added

  • ER_SF_OUT_INOUT_ARG_NOT_ALLOWEDarrow-up-right error code added

  • ER_SLAVE_STATEMENT_TIMEOUTarrow-up-right error code added

  • ER_STORAGE_ENGINE_DISABLEDarrow-up-right error code added

  • ER_VERS_HIST_PART_FAILEDarrow-up-right error code added

  • ER_WITH_TIES_NEEDS_ORDERarrow-up-right error code added

  • --slave-max-statement-time command-line option added

  • system variable added

  • WARN_OPTION_CHANGINGarrow-up-right error code added

  • WARN_SFORMAT_ERRORarrow-up-right error code added

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

  • 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 20.04 (x86_64, ARM64)

  • Enterprise Spider Sharded Topology with MariaDB Enterprise Server 10.5arrow-up-right

  • Enterprise Spider Federated Topology with MariaDB Enterprise Server 10.5arrow-up-right

  • MDEV-27161arrow-up-right
    MDEV-29479arrow-up-right
    MDEV-29446arrow-up-right
    NOCOPY algorithmarrow-up-right
    MDEV-28576arrow-up-right
    InnoDB Redo Logarrow-up-right
    MDEV-29905arrow-up-right
    MDEV-29350arrow-up-right
    MDEV-29409arrow-up-right
    MDEV-30009arrow-up-right
    INSTANT algorithmarrow-up-right
    MariaDB Enterprise Backuparrow-up-right
    MDEV-29438arrow-up-right
    MDEV-28740arrow-up-right
    MDEV-28530arrow-up-right
    MDEV-28294arrow-up-right
    MDEV-27172arrow-up-right
    MDEV-29666arrow-up-right
    MDEV-28709arrow-up-right
    MDEV-29635arrow-up-right
    MDEV-27927arrow-up-right
    MDEV-28455arrow-up-right
    INSTANT algorithmarrow-up-right
    MDEV-28822arrow-up-right
    mariadb-upgradearrow-up-right
    MDEV-29481arrow-up-right
    ER_BINLOG_UNSAFE_SKIP_LOCKEDarrow-up-right
    ER_CM_OPTION_MISSING_REQUIREMENTarrow-up-right
    ER_INCONSISTENT_SLAVE_TEMP_TABLEarrow-up-right
    enterprise lifecyclearrow-up-right
    MariaDB Corporation Engineering Policiesarrow-up-right
    MariaDB Enterprise Server
    10arrow-up-right
    .5
    10arrow-up-right
    SELECT * FROM information_schema.INNODB_SYS_TABLESPACES
     WHERE name LIKE 'innodb_temporary';
    ALTER TABLE t
     ADD PERIOD IF NOT EXISTS FOR `` (s,e);
    [ERROR] InnoDB: Not applying INSERT_HEAP_DYNAMIC due to corruption on [page id: space=5, page number=4]
    ERROR 1615 (HY000): Prepared statement needs to be re-prepared
    Last_SQL_Errno	1397
    Last_SQL_Error	Error 'XAER_NOTA: Unknown XID' on query. Default database: 'DATABASE_NAME'. Query: 'XA COMMIT ..'
    ERROR 1845 (0A000): ALGORITHM=INSTANT is not supported for this operation. Try ALGORITHM=INPLACE
    error: Table rebuild required. Please do "ALTER TABLE `TABLE_NAME` FORCE" or dump/reload to fix it!"
    spinner
    wsrep_notify_cmd system variable
    wsrep_sst_method='mariadb-backup'
    wsrep_node_incoming_address system variable
    wsrep_incoming_addresses status variable
    slave_max_statement_time system variable
    information_schema.INNODB_SYS_TABLESPACES
    SHOW CREATE TABLE
    ALTER TABLE .. RENAME COLUMN
    ALTER TABLE
    INSERT .. RETURNING statement
    replicate_wild_ignore_table='mysql.%'
    SET DEFAULT ROLE
    SHOW COLUMNS
    Enterprise Cluster Topology with MariaDB Enterprise Server
    .5
    Primary/Replica Topology with MariaDB Enterprise Server 10.5
    Upgrade to MariaDB Enterprise Server 10.5
    Upgrade from MariaDB Community Server to MariaDB Enterprise Server 10.5
    ALTER TABLE statement
    information_schema views
    INNODB_TRX
    INNODB_LOCKS
    INNODB_LOCK_WAITS
    optimizer_switch='condition_pushdown_for_derived=on'
    ALTER TABLE .. ADD PERIOD IF NOT EXISTS
    MariaDB ES error log
    BLOB
    UNIQUE index
    FULLTEXT index
    --ssl option
    TIMESTAMP column
    ALL operator
    optimizer_switch='rowid_filter=on'
    INET6
    ALL operator
    mariadbd
    slave_max_statement_time
    ColumnStore Object Storage Topology with MariaDB Enterprise Server 10.5
    and MariaDB Enterprise ColumnStore 23.02
    ColumnStore Shared Local Storage Topology with MariaDB Enterprise Server 10.5
    and MariaDB Enterprise ColumnStore 23.02
    HTAP Topology with MariaDB Enterprise Server 10.5
    and MariaDB Enterprise ColumnStore 23.02
    Single-Node Enterprise ColumnStore 23.02 with MariaDB Enterprise Server 10.5
    and Object Storage
    Single-Node Enterprise ColumnStore 23.02 with MariaDB Enterprise Server 10.5