> 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/10.7/10.7.8.md).

# MariaDB 10.7.8 Release Notes

[Download](https://downloads.mariadb.org/mariadb/10.7.8/) | [Release Notes](/docs/release-notes/community-server/old-releases/10.7/10.7.8.md) | [Changelog](/docs/release-notes/community-server/changelogs/10.7/10.7.8.md) | [Overview of 10.7](/docs/release-notes/community-server/old-releases/10.7/what-is-mariadb-107.md)

**Release date:** 6 Feb 2023

[MariaDB 10.7](/docs/release-notes/community-server/old-releases/10.7/what-is-mariadb-107.md) is a previous short-term maintenance stable series of MariaDB, supported until February 2023. It is an evolution of [MariaDB 10.6](/docs/release-notes/community-server/10.6/what-is-mariadb-106.md) with several entirely new features.

[MariaDB 10.7.8](/docs/release-notes/community-server/old-releases/10.7/10.7.8.md) is a [***Stable (GA)***](/docs/release-notes/community-server/about/release-criteria.md) release.

[MariaDB 10.7.8](/docs/release-notes/community-server/old-releases/10.7/10.7.8.md) is the last release of the [MariaDB 10.7](/docs/release-notes/community-server/old-releases/10.7/what-is-mariadb-107.md) release series.

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

Thanks, and enjoy MariaDB!

## Notable Items

* As per the [MariaDB Maintenance Policy](https://mariadb.org/about/#maintenance-policy), this will be the final release of [MariaDB 10.7](/docs/release-notes/community-server/old-releases/10.7/what-is-mariadb-107.md)
* As mentioned in the [10.7.7 release notes](/docs/release-notes/community-server/old-releases/10.7/10.7.7.md), our Yum/DNF/Zypper repositories for Red Hat Enterprise Linux, CentOS, Fedora, openSUSE, and SUSE are changing with this release to being signed with a new GPG key with SHA2 digest algorithms instead of SHA1. See [this blog post](https://mariadb.org/new-gpg-release-key-rpms/) and the [GPG](/docs/server/server-management/install-and-upgrade-mariadb/installing-mariadb/binary-packages/gpg.md) page for more details.

### InnoDB

* [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))

### Galera

* [Galera](https://mariadb.com/docs/galera-cluster/) updated to 26.4.14
* 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))
* `mysqlbinlog --verbose` 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))

### JSON

* [JSON\_PRETTY](/docs/server/reference/sql-functions/special-functions/json-functions/json_pretty.md) added as an alias for [JSON\_DETAILED](/docs/server/reference/sql-functions/special-functions/json-functions/json_detailed.md) ([MDEV-19160](https://jira.mariadb.org/browse/MDEV-19160))

### General

* Infinite sequence of recursive calls when processing embedded CTE ([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))
* Major performance regression with 10.6.11 ([MDEV-29988](https://jira.mariadb.org/browse/MDEV-29988))
* As per the [MariaDB Deprecation Policy](/docs/release-notes/community-server/about/platform-deprecation-policy.md), this will be the last release of [MariaDB 10.7](/docs/release-notes/community-server/old-releases/10.7/what-is-mariadb-107.md) for Fedora 35.
* 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 10.7.8](/docs/release-notes/community-server/old-releases/10.7/10.7.8.md), with links to detailed information on each push, see the [changelog](/docs/release-notes/community-server/changelogs/10.7/10.7.8.md).

## Contributors

For a full list of contributors to [MariaDB 10.7.8](/docs/release-notes/community-server/old-releases/10.7/10.7.8.md), see the [MariaDB Foundation release announcement](https://mariadb.org/mariadb-10-10-3-10-9-5-10-8-7-10-7-8-10-6-12-10-5-19-10-4-28-and-10-3-38-now-available/).

{% 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" %}
