> For the complete documentation index, see [llms.txt](https://mariadb.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mariadb.com/docs/release-notes/community-server/old-releases/11.0/11.0.1.md).

# MariaDB 11.0.1 Release Notes

[Download](https://downloads.mariadb.org/mariadb/11.0.1) | [Release Notes](/docs/release-notes/community-server/old-releases/11.0/11.0.1.md) | [Changelog](/docs/release-notes/community-server/changelogs/11.0/mariadb-11-0-1-changelog.md) | [Overview of 11.0](/docs/release-notes/community-server/old-releases/11.0/what-is-mariadb-110.md)

**Release date:** 22 Feb 2023

**Do not use non-stable (non-GA) releases in production!**

[MariaDB 11.0](/docs/release-notes/community-server/old-releases/11.0/what-is-mariadb-110.md) is the current development series of MariaDB. It is an evolution of [MariaDB 10.11](/docs/release-notes/community-server/10.11/what-is-mariadb-1011.md) with several entirely new features.

[MariaDB 11.0](/docs/release-notes/community-server/old-releases/11.0/what-is-mariadb-110.md) is a [***Release Candidate (RC)***](/docs/release-notes/community-server/about/release-criteria.md) release.

**For an overview of** [**MariaDB 11.0**](/docs/release-notes/community-server/old-releases/11.0/what-is-mariadb-110.md) **see the**[**What is MariaDB 11.0?**](/docs/release-notes/community-server/old-releases/11.0/what-is-mariadb-110.md) **page.**

Thanks, and enjoy MariaDB!

## Notable Items

### InnoDB

* Remove the global sequence DICT\_HDR\_ROW\_ID for DB\_ROW\_ID ([MDEV-19506](https://jira.mariadb.org/browse/MDEV-19506))
* Remove the [InnoDB change buffer](/docs/server/server-usage/storage-engines/innodb/innodb-change-buffering.md) ([MDEV-29694](https://jira.mariadb.org/browse/MDEV-29694))
* Deprecate [innodb\_file\_per\_table](/docs/server/server-usage/storage-engines/innodb/innodb-system-variables.md#innodb_file_per_table) ([MDEV-29983](https://jira.mariadb.org/browse/MDEV-29983))
* Set [innodb\_undo\_tablespaces=3](/docs/server/server-usage/storage-engines/innodb/innodb-system-variables.md#innodb_undo_tablespaces) by default ([MDEV-29986](https://jira.mariadb.org/browse/MDEV-29986))
* Deprecate [innodb\_flush\_method](/docs/server/server-usage/storage-engines/innodb/innodb-system-variables.md#innodb_flush_method) ([MDEV-30136](https://jira.mariadb.org/browse/MDEV-30136))
* Deprecate [innodb\_defragment](/docs/server/server-usage/storage-engines/innodb/innodb-system-variables.md#innodb_defragment) and [related parameters](/docs/server/ha-and-performance/optimization-and-tuning/optimizing-tables/defragmenting-innodb-tablespaces.md#innodb-defragmentation) ([MDEV-30544](https://jira.mariadb.org/browse/MDEV-30544))
* InnoDB read-ahead may cause page writes ([MDEV-26790](https://jira.mariadb.org/browse/MDEV-26790))
* Read-ahead unnecessarily allocates and frees pages when a page is in the buffer pool ([MDEV-30216](https://jira.mariadb.org/browse/MDEV-30216))
* [Full-text index](/docs/server/ha-and-performance/optimization-and-tuning/optimization-and-indexes/full-text-indexes.md) corruption with [system versioning](/docs/server/reference/sql-structure/temporal-tables/system-versioned-tables.md) ([MDEV-25004](https://jira.mariadb.org/browse/MDEV-25004))
* [innodb\_undo\_log\_truncate=ON](/docs/server/server-usage/storage-engines/innodb/innodb-system-variables.md#innodb_undo_log_truncate) recovery and backup fixes ([MDEV-29999](https://jira.mariadb.org/browse/MDEV-29999), [MDEV-30179](https://jira.mariadb.org/browse/MDEV-30179), [MDEV-30438](https://jira.mariadb.org/browse/MDEV-30438))
* Upgrade after a crash is not supported ([MDEV-24412](https://jira.mariadb.org/browse/MDEV-24412))
* Remove [InnoDB buffer pool](/docs/server/server-usage/storage-engines/innodb/innodb-buffer-pool.md) load throttling ([MDEV-25417](https://jira.mariadb.org/browse/MDEV-25417))
* InnoDB shutdown hangs when the change buffer is corrupted ([MDEV-30009](https://jira.mariadb.org/browse/MDEV-30009))
* `innodb_fast_shutdown=0` fails to report change buffer merge progress ([MDEV-29984](https://jira.mariadb.org/browse/MDEV-29984))
* `mariadb-backup --backup --incremental --throttle=...` hangs ([MDEV-29896](https://jira.mariadb.org/browse/MDEV-29896))
* Crash after recovery, with InnoDB: Tried to read ([MDEV-30132](https://jira.mariadb.org/browse/MDEV-30132))
* Trying to write ... bytes at ... outside the bounds ([MDEV-30069](https://jira.mariadb.org/browse/MDEV-30069))
* TRUNCATE breaks FOREIGN KEY locking ([MDEV-29504](https://jira.mariadb.org/browse/MDEV-29504), [MDEV-29849](https://jira.mariadb.org/browse/MDEV-29849))
* `INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION.NAME` is NULL for undo tablespaces ([MDEV-30119](https://jira.mariadb.org/browse/MDEV-30119))
* Fixed hangs and error handling in B-tree operations ([MDEV-29603](https://jira.mariadb.org/browse/MDEV-29603), [MDEV-30400](https://jira.mariadb.org/browse/MDEV-30400))
* InnoDB bulk insert fixes ([MDEV-30047](https://jira.mariadb.org/browse/MDEV-30047), [MDEV-30321](https://jira.mariadb.org/browse/MDEV-30321))
* InnoDB fails to start on `innodb_undo_tablespaces` mismatch ([MDEV-30158](https://jira.mariadb.org/browse/MDEV-30158))
* `mariadb-backup.skip_innodb` crashes when `innodb_undo_tablespaces > 0` ([MDEV-30122](https://jira.mariadb.org/browse/MDEV-30122))

### Galera

* Fixes for cluster wide write conflict resolving ([MDEV-29684](https://jira.mariadb.org/browse/MDEV-29684))

### Replication

* Parallel slave applying in binlog order is corrected for admin class of commands including ANALYZE ([MDEV-30323](https://jira.mariadb.org/browse/MDEV-30323))
* `Seconds_Behind_Master` is showed now more precisely at the slave applier start, including in the delayed mode ([MDEV-29639](https://jira.mariadb.org/browse/MDEV-29639))
* [mariadb-binlog --verbose](/docs/server/clients-and-utilities/logging-tools/mariadb-binlog.md) is made to show the type of compressed columns ([MDEV-25277](https://jira.mariadb.org/browse/MDEV-25277))
* Deadlock is resolved on replica involving `BACKUP STAGE BLOCK_COMMIT` and a committing user XA ([MDEV-30423](https://jira.mariadb.org/browse/MDEV-30423))

### Docker Official Images

* 11.0, unlike previous version, no longer includes mysql named compatible executable symlinks inside the container.

### Packaging

* mysql compatible symlinks are no longer installed in core package, but are delegated to a -compat package ([MDEV-30203](https://jira.mariadb.org/browse/MDEV-30203))
* Use of mysql named executables (except for Windows) will result in a deprecation warning ([MDEV-29582](https://jira.mariadb.org/browse/MDEV-29582))

### General

* Infinite sequence of recursive calls when processing embedded [CTE](/docs/server/reference/sql-statements/data-manipulation/selecting-data/common-table-expressions.md) ([MDEV-30248](https://jira.mariadb.org/browse/MDEV-30248))
* Crash with a query containing nested WINDOW clauses ([MDEV-30052](https://jira.mariadb.org/browse/MDEV-30052))
* Json Range only affects first row of the result set ([MDEV-30304](https://jira.mariadb.org/browse/MDEV-30304))
* In this release repositories for Fedora 37 and Ubuntu 22.10 Kinetic have been added.

### Security

* Fixes for the following [security vulnerabilities](/docs/server/security/cve.md):
  * CVE-\`-\`\`\`

## Changelog

For a complete list of changes made in [MariaDB 11.0.1](/docs/release-notes/community-server/old-releases/11.0/11.0.1.md), with links to detailed information on each push, see the [changelog](/docs/release-notes/community-server/changelogs/11.0/mariadb-11-0-1-changelog.md).

## Contributors

For a full list of contributors to [MariaDB 11.0.1](/docs/release-notes/community-server/old-releases/11.0/11.0.1.md), see the [MariaDB Foundation release announcement](https://mariadb.org/mariadb-10-7-1-rc-and-mariadb-10-6-5-10-5-13-10-4-22-10-3-32-and-10-2-41-now-available/).

**Do not use non-stable (non-GA) releases in production!**

{% hint style="info" %}
Be notified of new MariaDB Server releases automatically by [subscribing](https://lists.mariadb.org/postorius/lists/announce.lists.mariadb.org/) 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 [Distributions which Include MariaDB](/docs/general-resources/distributions-including-mariadb.md) page.
{% endhint %}

<sub>*This page is licensed: CC BY-SA / Gnu FDL*</sub>

{% @marketo/form formid="4316" formId="4316" %}
