# MariaDB 11.0 Changes & Improvements

[MariaDB 11.0](https://mariadb.com/docs/release-notes/community-server/old-releases/11.0/what-is-mariadb-110) is no longer maintained. Please use a [more recent release](https://mariadb.com/docs/release-notes/latest-releases).

The most recent release of [MariaDB 11.0](https://mariadb.com/docs/release-notes/community-server/old-releases/11.0/what-is-mariadb-110) is:[**MariaDB 11.0.6**](https://mariadb.com/docs/release-notes/community-server/old-releases/11.0/11.0.6) Stable (GA) [Download Now](https://downloads.mariadb.org/mariadb/11.0.6/)

[MariaDB 11.0](https://mariadb.com/docs/release-notes/community-server/old-releases/11.0/what-is-mariadb-110) is a short-term release series, and was [maintained until](https://mariadb.org/about/#maintenance-policy) June 2024.

## Upgrading

* See [Upgrading Between Major MariaDB Versions](https://app.gitbook.com/s/SsmexDFPv2xG2OTyO5yV/server-management/install-and-upgrade-mariadb/upgrading/platform-specific-upgrade-guides/upgrading-on-linux/upgrading-between-major-mariadb-versions) and [Upgrading from MariaDB 10.11 to MariaDB 11.0](https://app.gitbook.com/s/SsmexDFPv2xG2OTyO5yV/server-management/install-and-upgrade-mariadb/upgrading/mariadb-community-server-upgrade-paths/upgrading-to-unmaintained-mariadb-releases/upgrading-from-mariadb-10-11-to-mariadb-11-0).

## New Features & Improvements

### Functions

* Given a time in picoseconds, the new function [FORMAT\_PICO\_TIME](https://app.gitbook.com/s/SsmexDFPv2xG2OTyO5yV/reference/sql-functions/date-time-functions/format_pico_time) returns a human-readable time value and unit indicator ([MDEV-19629](https://jira.mariadb.org/browse/MDEV-19629))

### Optimizer

* Major improvements to the Optimizer. See [The Optimizer Cost Model from MariaDB 11.0](https://mariadb.com/docs/general-resources/development-articles/mariadb-internals/mariadb-internals-documentation-query-optimizer/the-optimizer-cost-model-from-mariadb-11-0).

### InnoDB

* The [InnoDB Change Buffer](https://app.gitbook.com/s/SsmexDFPv2xG2OTyO5yV/server-usage/storage-engines/innodb/innodb-change-buffering) has been removed ([MDEV-29694](https://jira.mariadb.org/browse/MDEV-29694))

### Variables

* For a list of all new variables, see [System Variables Added in MariaDB 11.0](https://app.gitbook.com/s/SsmexDFPv2xG2OTyO5yV/ha-and-performance/optimization-and-tuning/system-variables/system-and-status-variables-added-by-major-release/system-and-status-variables-added-by-major-unmaintained-release/system-variables-added-in-mariadb-11-0) and [Status Variables Added in MariaDB 11.0](https://app.gitbook.com/s/SsmexDFPv2xG2OTyO5yV/ha-and-performance/optimization-and-tuning/system-variables/system-and-status-variables-added-by-major-release/system-and-status-variables-added-by-major-unmaintained-release/status-variables-added-in-mariadb-11-0).
* The default value for [innodb\_undo\_tablespaces](https://app.gitbook.com/s/SsmexDFPv2xG2OTyO5yV/server-usage/storage-engines/innodb/innodb-system-variables#innodb_undo_tablespaces) has been changed from 0 to 3 ([MDEV-29986](https://jira.mariadb.org/browse/MDEV-29986))
* The following variables have been deprecated:
  * [innodb\_defragment](https://app.gitbook.com/s/SsmexDFPv2xG2OTyO5yV/server-usage/storage-engines/innodb/innodb-system-variables#innodb_defragment)
  * [innodb\_defragment\_n\_pages](https://app.gitbook.com/s/SsmexDFPv2xG2OTyO5yV/server-usage/storage-engines/innodb/innodb-system-variables#innodb_defragment_n_pages)
  * [innodb\_defragment\_stats\_accuracy](https://app.gitbook.com/s/SsmexDFPv2xG2OTyO5yV/server-usage/storage-engines/innodb/innodb-system-variables#innodb_defragment_stats_accuracy)
  * [innodb\_defragment\_fill\_factor\_n\_recs](https://app.gitbook.com/s/SsmexDFPv2xG2OTyO5yV/server-usage/storage-engines/innodb/innodb-system-variables#innodb_defragment_fill_factor_n_recs)
  * [innodb\_defragment\_fill\_factor](https://app.gitbook.com/s/SsmexDFPv2xG2OTyO5yV/server-usage/storage-engines/innodb/innodb-system-variables#innodb_defragment_fill_factor)
  * [innodb\_defragment\_frequency](https://app.gitbook.com/s/SsmexDFPv2xG2OTyO5yV/server-usage/storage-engines/innodb/innodb-system-variables#innodb_defragment_frequency)
  * [innodb\_file\_per\_table](https://app.gitbook.com/s/SsmexDFPv2xG2OTyO5yV/server-usage/storage-engines/innodb/innodb-system-variables#innodb_file_per_table)
  * [innodb\_flush\_method](https://app.gitbook.com/s/SsmexDFPv2xG2OTyO5yV/server-usage/storage-engines/innodb/innodb-system-variables#innodb_flush_method)
* The following deprecated variables have been removed:
  * [innodb\_change\_buffer\_max\_size](https://app.gitbook.com/s/SsmexDFPv2xG2OTyO5yV/server-usage/storage-engines/innodb/innodb-system-variables#innodb_change_buffer_max_size)
  * [innodb\_change\_buffering](https://app.gitbook.com/s/SsmexDFPv2xG2OTyO5yV/server-usage/storage-engines/innodb/innodb-system-variables#innodb_change_buffering)

## Security Vulnerabilities Fixed in [MariaDB 11.0](https://mariadb.com/docs/release-notes/community-server/old-releases/11.0/what-is-mariadb-110)

For a complete list of security vulnerabilities (CVEs) fixed across all\
versions of MariaDB, see the [Security Vulnerabilities Fixed in MariaDB](https://app.gitbook.com/s/SsmexDFPv2xG2OTyO5yV/security/cve)\
page.

* [CVE-2024-21096](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-21096): [MariaDB 11.0.6](https://mariadb.com/docs/release-notes/community-server/old-releases/11.0/11.0.6)
* [CVE-2023-22084](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-22084): [MariaDB 11.0.4](https://mariadb.com/docs/release-notes/community-server/old-releases/11.0/11.0.4)

## List of All [MariaDB 11.0](https://mariadb.com/docs/release-notes/community-server/old-releases/11.0/what-is-mariadb-110) Releases

| Date        | Release                                                                                            | Status                 | Release Notes                                                                                     | Changelog                                                                                                     |
| ----------- | -------------------------------------------------------------------------------------------------- | ---------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
| 16 May 2024 | [MariaDB 11.0.6](https://mariadb.com/docs/release-notes/community-server/old-releases/11.0/11.0.6) | Stable (GA)            | [Release Notes](https://mariadb.com/docs/release-notes/community-server/old-releases/11.0/11.0.6) | [Changelog](https://mariadb.com/docs/release-notes/community-server/changelogs/11.0/mariadb-11-0-6-changelog) |
| 7 Feb 2024  | [MariaDB 11.0.5](https://mariadb.com/docs/release-notes/community-server/old-releases/11.0/11.0.5) | Stable (GA)            | [Release Notes](https://mariadb.com/docs/release-notes/community-server/old-releases/11.0/11.0.5) | [Changelog](https://mariadb.com/docs/release-notes/community-server/changelogs/11.0/mariadb-11-0-5-changelog) |
| 13 Nov 2023 | [MariaDB 11.0.4](https://mariadb.com/docs/release-notes/community-server/old-releases/11.0/11.0.4) | Stable (GA)            | [Release Notes](https://mariadb.com/docs/release-notes/community-server/old-releases/11.0/11.0.4) | [Changelog](https://mariadb.com/docs/release-notes/community-server/changelogs/11.0/mariadb-11-0-4-changelog) |
| 14 Aug 2023 | [MariaDB 11.0.3](https://mariadb.com/docs/release-notes/community-server/old-releases/11.0/11.0.3) | Stable (GA)            | [Release Notes](https://mariadb.com/docs/release-notes/community-server/old-releases/11.0/11.0.3) | [Changelog](https://mariadb.com/docs/release-notes/community-server/changelogs/11.0/mariadb-11-0-3-changelog) |
| 6 Jun 2023  | [MariaDB 11.0.2](https://mariadb.com/docs/release-notes/community-server/old-releases/11.0/11.0.2) | Stable (GA)            | [Release Notes](https://mariadb.com/docs/release-notes/community-server/old-releases/11.0/11.0.2) | [Changelog](https://mariadb.com/docs/release-notes/community-server/changelogs/11.0/mariadb-11-0-2-changelog) |
| 22 Feb 2023 | [MariaDB 11.0.1](https://mariadb.com/docs/release-notes/community-server/old-releases/11.0/11.0.1) | RC (Release Candidate) | [Release Notes](https://mariadb.com/docs/release-notes/community-server/old-releases/11.0/11.0.1) | [Changelog](https://mariadb.com/docs/release-notes/community-server/changelogs/11.0/mariadb-11-0-1-changelog) |
| 27 Dec 2022 | [MariaDB 11.0.0](https://mariadb.com/docs/release-notes/community-server/old-releases/11.0/11.0.0) | Alpha                  | [Release Notes](https://mariadb.com/docs/release-notes/community-server/old-releases/11.0/11.0.0) |                                                                                                               |

{% 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](https://app.gitbook.com/s/WCInJQ9cmGjq1lsTG91E/distributions-including-mariadb) page.
{% endhint %}

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

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mariadb.com/docs/release-notes/community-server/old-releases/11.0/what-is-mariadb-110.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
