> 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.2/10.2.25.md).

# MariaDB 10.2.25 Release Notes

The most recent release of [MariaDB 10.2](/docs/release-notes/community-server/old-releases/10.2/what-is-mariadb-102.md) is:[**MariaDB 10.2.44**](/docs/release-notes/community-server/old-releases/10.2/10.2.44.md) Stable (GA) [Download Now](https://downloads.mariadb.org/mariadb/10.2.44/)

[Download](https://downloads.mariadb.org/mariadb/10.2.25/) | [Release Notes](/docs/release-notes/community-server/old-releases/10.2/10.2.25.md) | [Changelog](/docs/release-notes/community-server/changelogs/changelogs-mariadb-102-series/mariadb-10225-changelog.md) | [Overview of 10.2](/docs/release-notes/community-server/old-releases/10.2/what-is-mariadb-102.md)

**Release date:** 17 Jun 2019

[MariaDB 10.2](/docs/release-notes/community-server/old-releases/10.2/what-is-mariadb-102.md) is the previous stable series of MariaDB. It is an evolution\
of [MariaDB 10.1](/docs/release-notes/community-server/old-releases/10.1/changes-improvements-in-mariadb-10-1.md) with several entirely new features not found anywhere else\
and with backported and reimplemented features from MySQL 5.6 and 5.7.

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

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

Upgrading from earlier 10.2.x versions is **highly recommended** for all**Galera** users due to bug [MDEV-12837](https://jira.mariadb.org/browse/MDEV-12837) which caused serious stability issues\
with earlier versions. See the bug issue page for more information.

Thanks, and enjoy MariaDB!

## Notable Changes

* [MDEV-13992](https://jira.mariadb.org/browse/MDEV-13992): [JSON\_MERGE\_PATCH](/docs/server/reference/sql-functions/special-functions/json-functions/json_merge_patch.md) and [JSON\_MERGE\_PRESERVE](/docs/server/reference/sql-functions/special-functions/json-functions/json_merge_preserve.md)
* [MDEV-19490](https://jira.mariadb.org/browse/MDEV-19490): show tables fails when selecting the information\_schema database
* [MDEV-19491](https://jira.mariadb.org/browse/MDEV-19491): multi-update with triggers and stored routines
* [MDEV-19509](https://jira.mariadb.org/browse/MDEV-19509): InnoDB skips the tablespace in rotation list
* [MDEV-19614](https://jira.mariadb.org/browse/MDEV-19614): SET GLOBAL innodb\_ deadlock due to LOCK\_global\_system\_variables
* [MDEV-17456](https://jira.mariadb.org/browse/MDEV-17456): Malicious SUPER user can possibly change audit log configuration without leaving traces
* [MDEV-19588](https://jira.mariadb.org/browse/MDEV-19588): Wrong results from query, using left join
* [MDEV-19258](https://jira.mariadb.org/browse/MDEV-19258): RIGHT JOIN hangs in MariaDB
* ALTER TABLE fixes: [MDEV-16060](https://jira.mariadb.org/browse/MDEV-16060), [MDEV-19725](https://jira.mariadb.org/browse/MDEV-19725)
* FULLTEXT INDEX fixes: [MDEV-18220](https://jira.mariadb.org/browse/MDEV-18220), [MDEV-19445](https://jira.mariadb.org/browse/MDEV-19445)
* Virtual columns: [MDEV-17540](https://jira.mariadb.org/browse/MDEV-17540), [MDEV-19027](https://jira.mariadb.org/browse/MDEV-19027), [MDEV-19602](https://jira.mariadb.org/browse/MDEV-19602)
* Crash recovery fixes: [MDEV-13080](https://jira.mariadb.org/browse/MDEV-13080), [MDEV-19541](https://jira.mariadb.org/browse/MDEV-19541), [MDEV-19587](https://jira.mariadb.org/browse/MDEV-19587), [MDEV-19435](https://jira.mariadb.org/browse/MDEV-19435)
* [MDEV-11094](https://jira.mariadb.org/browse/MDEV-11094): Fixed row-based event applying with an error anymore when the events aim at the blackhole engine and row annotation is enabled
* [MDEV-19076](https://jira.mariadb.org/browse/MDEV-19076): Fixed slave\_parallel\_mode=optimistic did not always properly order replication events on temporary tables in some case to attempt execution before a parent event has been already processed
* [MDEV-19158](https://jira.mariadb.org/browse/MDEV-19158): Fixed duplicated entries in binlog occurred in combination of LOCK TABLES and binlog\_format=MIXED when a being locked table was under replication unsafe operation
* 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.2](/docs/release-notes/community-server/old-releases/10.2/what-is-mariadb-102.md) for OpenSUSE 42.3
* Fixes for the following [security vulnerabilities](/docs/server/security/cve.md):
  * CVE-\`-\`\`\`

When upgrading from [MariaDB 10.2.16](/docs/release-notes/community-server/old-releases/10.2/10.2.16.md) or earlier to [MariaDB 10.2.17](/docs/release-notes/community-server/old-releases/10.2/10.2.17.md) or higher,\
running [mysql\_upgrade](/docs/server/clients-and-utilities/legacy-clients-and-utilities/mysql_upgrade.md) is **required** due to changes introduced in[MDEV-14637](https://jira.mariadb.org/browse/MDEV-14637).

## Changelog

For a complete list of changes made in [MariaDB 10.2.25](/docs/release-notes/community-server/old-releases/10.2/10.2.25.md) with links to detailed\
information on each push, see the [changelog](/docs/release-notes/community-server/changelogs/changelogs-mariadb-102-series/mariadb-10225-changelog.md).

## Contributors

For a full list of contributors to [MariaDB 10.2.25](/docs/release-notes/community-server/old-releases/10.2/10.2.25.md), see the [MariaDB Foundation release announcement](https://mariadb.org/mariadb-10-3-16-and-mariadb-10-2-25-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" %}
