> 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/enterprise-server/old-releases/10.2/10.2.37-11.md).

# Release Notes for MariaDB Enterprise Server 10.2.37-11

This eleventh release of [MariaDB Enterprise Server](/docs/release-notes/enterprise-server.md) 10.2 is a maintenance release. This release includes security fixes.

MariaDB Enterprise Server 10.2.37-11 was released on 2021-03-15.

## Fixed Security Vulnerabilities

| CVE (with cve.org link)                                                         | CVSS base score    |
| ------------------------------------------------------------------------------- | ------------------ |
| [CVE-2021-27928](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27928) | N/A (Critical)`#1` |

`#1`:\
MariaDB CVEs are assigned a word rating instead of a CVSS base score. See the [MariaDB Engineering Policy.](https://mariadb.com/engineering-policies) for details.

## Notable Changes

* The new mysqldump `--system={all, users, plugins, udfs, servers, stats, timezones}` command-line option allows dumping system information in logical form. ([MDEV-23630](https://jira.mariadb.org/browse/MDEV-23630))
* Added primary host and port info to replica stop messages. ([MDEV-10272](https://jira.mariadb.org/browse/MDEV-10272))
* Parameter [innodb\_idle\_flush\_pct](/docs/server/server-management/variables-and-modes/server-system-variables.md#innodb_idle_flush_pct) has no effect and is defined as deprecated. ([MDEV-24536](https://jira.mariadb.org/browse/MDEV-24536))
* New MariaDB Enterprise Backup --log-innodb-page-corruption to continue the backup process when corruption is encountered. Corrupted pages are logged in backup\_corrupted file in the backup destination directory. ([MDEV-22929](https://jira.mariadb.org/browse/MDEV-22929))
* MariaDB Enterprise Backup adds `completed with Error!` to the end of the log file if the backup is started with parameter --log-innodb-page-corruption and completed with corrupted tables. The new log entry `canceled with Error!` will be used when the backup could not be completed. (MENT-1059)
* [wsrep\_provider](/docs/server/server-management/variables-and-modes/server-system-variables.md#wsrep_provider) and [wsrep\_notify\_cmd](/docs/server/server-management/variables-and-modes/server-system-variables.md#wsrep_notify_cmd) system variables are read-only. ([MDEV-25179](https://jira.mariadb.org/browse/MDEV-25179))

## Issues Fixed

### Can result in data loss

* In a very unlikely event, corruption of system tablespace or last recovered page can occur on recovery or a MariaDB Backup prepare. (MENT-1124, [MDEV-24449](https://jira.mariadb.org/browse/MDEV-24449))

### Can result in a hang or crash

* Possible segfault on [CREATE TABLE](/docs/server/server-usage/tables/create-table.md) with explicit `FTS_DOC_ID_INDEX` using multiple fields. ([MDEV-24403](https://jira.mariadb.org/browse/MDEV-24403))
* Server crashes upon attempt to update view through second execution of a stored procedure. ([MDEV-16940](https://jira.mariadb.org/browse/MDEV-16940))
* [CREATE VIEW](/docs/server/server-usage/views/create-view.md) containing [WITH](/docs/server/reference/sql-statements/data-manipulation/selecting-data/common-table-expressions/with.md) clause can crash. ([MDEV-22781](https://jira.mariadb.org/browse/MDEV-22781))
* Possible crash for a query using recursive CTE without having a default schema defined. ([MDEV-24019](https://jira.mariadb.org/browse/MDEV-24019))
* Server crash on `WITH RECURSIVE UNION ALL` (CTE) query. ([MDEV-23619](https://jira.mariadb.org/browse/MDEV-23619))
* Server hang due to [Galera](https://mariadb.com/docs/galera-cluster/) lock conflict resolution. ([MDEV-23328](https://jira.mariadb.org/browse/MDEV-23328))
* Possible crash in replication when applying a transaction that contains cascading foreign key delete for a table and that has an indexed virtual column. ([MDEV-23033](https://jira.mariadb.org/browse/MDEV-23033))
* Possible lock conflicts between two wsrep high priority threads in [MariaDB Enterprise Cluster](https://mariadb.com/docs/galera-cluster/) on tables having unique secondary keys. ([MDEV-23851](https://jira.mariadb.org/browse/MDEV-23851))

### Can result in unexpected behavior

* [SHOW GRANTS](/docs/server/reference/sql-statements/administrative-sql-statements/show/show-grants.md) is missing the `WITH GRANT` privilege for roles. ([MDEV-24289](https://jira.mariadb.org/browse/MDEV-24289))
* `mysqld_safe` log messages are missing in the error log file. ([MDEV-21367](https://jira.mariadb.org/browse/MDEV-21367))
* `CHECK_CLAUSE` field in [INFORMATION\_SCHEMA.CHECK\_CONSTRAINTS](/docs/server/reference/system-tables/information-schema/information-schema-tables/information-schema-check_constraints-table.md) truncates check constraints expressions. ([MDEV-24139](https://jira.mariadb.org/browse/MDEV-24139))
* Unexpected error message when selecting from view that uses mergeable derived table. ([MDEV-24314](https://jira.mariadb.org/browse/MDEV-24314))
* Permission denied error message is returned on users with [SELECT](/docs/server/reference/sql-statements/data-manipulation/selecting-data/select.md) permissions for nested CTEs. ([MDEV-20751](https://jira.mariadb.org/browse/MDEV-20751))
* Regression: `SELECT .. UNION ..` with inconsistent column names fails. ([MDEV-19179](https://jira.mariadb.org/browse/MDEV-19179))
* Race condition between [KILL](/docs/server/reference/sql-statements/administrative-sql-statements/kill.md) and transaction commit with [MariaDB Enterprise Cluster](https://mariadb.com/docs/galera-cluster/). ([MDEV-23536](https://jira.mariadb.org/browse/MDEV-23536))
* Plugin system variables and activation options can break [mysqld --wsrep\_recover](/docs/server/server-management/starting-and-stopping-mariadb/mariadbd.md) for [MariaDB Enterprise Cluster](https://mariadb.com/docs/galera-cluster/). ([MDEV-20717](https://jira.mariadb.org/browse/MDEV-20717))
* `SELECT INTO OUTFILE` used permission 666 where 644 should be used to limit the privileges to change the file. ([MDEV-23875](https://jira.mariadb.org/browse/MDEV-23875))
* Syntax error on correct syntax for [CREATE VIEW](/docs/server/server-usage/views/create-view.md) that includes `X is null = 0` ([MDEV-24194](https://jira.mariadb.org/browse/MDEV-24194))
* Altered connection limits for user have no effect. ([MDEV-17852](https://jira.mariadb.org/browse/MDEV-17852))
* Syntax error when using `COLLATE` for creating virtual columns. ([MDEV-12161](https://jira.mariadb.org/browse/MDEV-12161))
* Auto purge of relaylogs stops when `relay-log-file is slave-relay-log.999999` and [slave\_parallel\_threads](/docs/server/server-management/variables-and-modes/server-system-variables.md#slave_parallel_threads) is enabled. ([MDEV-8134](https://jira.mariadb.org/browse/MDEV-8134))
* `ORDER BY` in view definition leads to wrong result with GROUP BY on query using view. ([MDEV-23826](https://jira.mariadb.org/browse/MDEV-23826))
* [SUM](/docs/server/reference/sql-functions/aggregate-functions/sum.md) column from a derived table returns invalid values. ([MDEV-23291](https://jira.mariadb.org/browse/MDEV-23291))
* [server\_audit](/docs/server/reference/plugins/mariadb-audit-plugin/mariadb-audit-plugin-options-and-system-variables.md#server_audit) doesn't respect filters for [PROXY\_CONNECT](/docs/server/server-usage/storage-engines/connect/connect-table-types/connect-proxy-table-type.md) events. ([MDEV-24318](https://jira.mariadb.org/browse/MDEV-24318))
* [server\_audit](/docs/server/reference/plugins/mariadb-audit-plugin/mariadb-audit-plugin-options-and-system-variables.md#server_audit) plugin doesn't consider proxy users in [server\_audit\_excl\_users](/docs/server/server-management/variables-and-modes/server-system-variables.md#server_audit_excl_users) and [server\_audit\_incl\_users](/docs/server/server-management/variables-and-modes/server-system-variables.md#server_audit_incl_users) ([MDEV-19442](https://jira.mariadb.org/browse/MDEV-19442))

## Interface Changes

* [accounts](/docs/server/reference/system-tables/performance-schema/performance-schema-tables/performance-schema-accounts-table.md) performance schema table schema changed
* [CHECK\_CONSTRAINTS](/docs/server/reference/system-tables/information-schema/information-schema-tables/information-schema-check_constraints-table.md) information schema table schema changed
* [events\_stages\_summary\_by\_account\_by\_event\_name](/docs/server/reference/system-tables/performance-schema/performance-schema-tables/performance-schema-events_stages_summary_by_account_by_event_name-table.md) performance schema table schema changed
* [events\_stages\_summary\_by\_user\_by\_event\_name](/docs/server/reference/system-tables/performance-schema/performance-schema-tables/performance-schema-events_stages_summary_by_user_by_event_name-table.md) performance schema table schema changed
* [events\_statements\_summary\_by\_account\_by\_event\_name](/docs/server/reference/system-tables/performance-schema/performance-schema-tables/performance-schema-events_statements_summary_by_account_by_event_name-table.md) performance schema table schema changed
* [events\_statements\_summary\_by\_user\_by\_event\_name](/docs/server/reference/system-tables/performance-schema/performance-schema-tables/performance-schema-events_statements_summary_by_user_by_event_name-table.md) performance schema table schema changed
* [events\_waits\_summary\_by\_account\_by\_event\_name](/docs/server/reference/system-tables/performance-schema/performance-schema-tables/performance-schema-events_waits_summary_by_user_by_event_name-table.md) performance schema table schema changed
* [events\_waits\_summary\_by\_user\_by\_event\_name](/docs/server/reference/system-tables/performance-schema/performance-schema-tables/performance-schema-events_waits_summary_by_user_by_event_name-table.md) performance schema table schema changed
* [group\_concat\_max\_len](/docs/server/server-management/variables-and-modes/server-system-variables.md#group_concat_max_len) system variable maximum value changed from 18446744073709551615 to 4294967295
* mariadb-backup --log-innodb-page-corruption command-line option added
* [mariadb\_es\_repo\_setup --include-unsupported](/docs/server/server-management/install-and-upgrade-mariadb/mariadb-package-repository-setup-and-usage.md#mariadb_es_repo_setup-2) command-line option added
* [mariadb\_es\_repo\_setup --skip-check-installed](/docs/server/server-management/install-and-upgrade-mariadb/mariadb-package-repository-setup-and-usage.md#mariadb_es_repo_setup-2) command-line option added
* [mariadb\_es\_repo\_setup --version](/docs/server/server-management/install-and-upgrade-mariadb/mariadb-package-repository-setup-and-usage.md#mariadb_es_repo_setup-2) command-line option added
* [mariadb\_repo\_setup --version](/docs/server/server-management/install-and-upgrade-mariadb/mariadb-package-repository-setup-and-usage.md) command-line option added
* [max\_sort\_length](/docs/server/server-management/variables-and-modes/server-system-variables.md#max_sort_length) system variable minimum value changed from 8 to 64
* mysqldump --system command-line option added
* [setup\_actors](/docs/server/reference/system-tables/performance-schema/performance-schema-tables/performance-schema-setup_actors-table.md) performance schema table schema changed
* [threads](/docs/server/reference/system-tables/performance-schema/performance-schema-tables/performance-schema-threads-table.md) performance schema table schema changed
* [users](/docs/server/reference/system-tables/performance-schema/performance-schema-tables/performance-schema-users-table.md) performance schema table schema changed

## Platforms

In alignment with the [enterprise lifecycle](/docs/release-notes/enterprise-server/about/enterprise-server-lifecycle.md), MariaDB Enterprise Server 10.2.37-11 is provided for:

* CentOS 7
* CentOS 8
* Debian 9
* Debian 10
* Red Hat Enterprise Linux 7
* Red Hat Enterprise Linux 8
* Ubuntu 16.04
* Ubuntu 18.04
* SUSE Linux Enterprise Server 12
* SUSE Linux Enterprise Server 15
* Microsoft Windows

Some components of MariaDB Enterprise Server might not support all platforms. For additional information, see ["MariaDB Corporation Engineering Policies".](https://mariadb.com/engineering-policies/)

#### Note

In alignment with the [MariaDB Engineering Policies](https://mariadb.com/engineering-policies/), this release does not include CentOS 6.x and RHEL 6.x packages.

<sub>*This page is: Copyright © 2026 MariaDB. All rights reserved.*</sub>

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