> 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.3/10.3.3.md).

# MariaDB 10.3.3 Release Notes

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

[Download](https://downloads.mariadb.org/mariadb/10.3.3) | [Release Notes](/docs/release-notes/community-server/old-releases/10.3/10.3.3.md) | [Changelog](/docs/release-notes/community-server/changelogs/changelogs-mariadb-10-3-series/mariadb-1033-changelog.md) | [Overview of 10.3](/docs/release-notes/community-server/old-releases/10.3/what-is-mariadb-103.md)

**Release date:** 23 Dec 2017

[MariaDB 10.3](/docs/release-notes/community-server/old-releases/10.3/what-is-mariadb-103.md) is the current development series of MariaDB. It is an evolution\
of [MariaDB 10.2](/docs/release-notes/community-server/old-releases/10.2/what-is-mariadb-102.md) with several entirely new features not found anywhere else\
and with backported and reimplemented features from MySQL.

[MariaDB 10.3.3](/docs/release-notes/community-server/old-releases/10.3/10.3.3.md) is a [***Beta***](/docs/release-notes/community-server/about/release-criteria.md) release.

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

Thanks, and enjoy MariaDB!

## Notable Changes

This is the first beta release in the [MariaDB 10.3](/docs/release-notes/community-server/old-releases/10.3/what-is-mariadb-103.md) series.

Notable changes of this release include:

## General

* [Table Value Constructors](/docs/server/reference/sql-structure/sql-language-structure/table-value-constructors.md). As a result, the [VALUES](/docs/server/reference/sql-functions/secondary-functions/miscellaneous-functions/values-value.md) function has been renamed to `VALUE()` ([MDEV-12172](https://jira.mariadb.org/browse/MDEV-12172)) — GSoC 2017 project by Galina Shalygina
* [Transform \[NOT\] IN predicate with long list of values INTO \[NOT\] IN subquery](/docs/server/ha-and-performance/optimization-and-tuning/query-optimizations/subquery-optimizations/conversion-of-big-in-predicates-into-subqueries.md) ([MDEV-12176](https://jira.mariadb.org/browse/MDEV-12176)) — GSoC 2017 project by Galina Shalygina
* [ROW TYPE OF](/docs/server/reference/sql-statements/programmatic-compound-statements/declare-variable.md#type-of-row-type-of) now supports local SP variables ([MDEV-14139](https://jira.mariadb.org/browse/MDEV-14139))
* [Aggregate stored functions](/docs/server/server-usage/stored-routines/stored-functions/stored-aggregate-functions.md) ([MDEV-7773](https://jira.mariadb.org/browse/MDEV-7773)) — GSoC 2016 project by Varun Gupta
* [OQGraph](/docs/server/server-usage/storage-engines/oqgraph-storage-engine.md) supports "leaves" algorithm ([MDEV-11271](https://jira.mariadb.org/browse/MDEV-11271)) — contribution by Heinz Wiesinger
* Support for [LIMIT](/docs/server/reference/sql-statements/data-manipulation/selecting-data/limit.md) clause in [GROUP\_CONCAT()](/docs/server/reference/sql-functions/aggregate-functions/group_concat.md) ([MDEV-11297](https://jira.mariadb.org/browse/MDEV-11297))
* [PERCENTILE\_CONT](/docs/server/reference/sql-functions/special-functions/window-functions/percentile_cont.md), [PERCENTILE\_DISC](/docs/server/reference/sql-functions/special-functions/window-functions/percentile_disc.md), and [MEDIAN](/docs/server/reference/sql-functions/special-functions/window-functions/median.md) [window functions](/docs/server/reference/sql-functions/special-functions/window-functions.md) ([MDEV-12985](https://jira.mariadb.org/browse/MDEV-12985))
* [FOR ... END FOR](/docs/server/reference/sql-statements/programmatic-compound-statements/for.md) statement ([MDEV-14415](https://jira.mariadb.org/browse/MDEV-14415))
* [XA RECOVER FORMAT='SQL'](/docs/server/reference/sql-statements/transactions/xa-transactions.md) ([MDEV-14593](https://jira.mariadb.org/browse/MDEV-14593))
* Oracle compatible [SUBSTR()](/docs/server/reference/sql-functions/string-functions/substring.md) function ([MDEV-14012](https://jira.mariadb.org/browse/MDEV-14012)) — contribution by Jérôme Brauge
* [INVISIBLE columns](/docs/server/reference/sql-statements/data-definition/create/invisible-columns.md) ([MDEV-10177](https://jira.mariadb.org/browse/MDEV-10177)) — GSoC 2016 project by Sachin Setiya
* Various scalability improvements ([MDEV-14529](https://jira.mariadb.org/browse/MDEV-14529), [MDEV-14505](https://jira.mariadb.org/browse/MDEV-14505))
* [Sequences](/docs/server/reference/sql-structure/sequences/sequence-overview.md#using-sequences-in-default) can now be used with DEFAULT.
* [Semi-sync plugin](/docs/server/ha-and-performance/standard-replication/semisynchronous-replication.md) merged into the server ([MDEV-13073](https://jira.mariadb.org/browse/MDEV-13073)) — contribution by Alibaba
* Numerous improvements for the partition engine ([MDEV-7698](https://jira.mariadb.org/browse/MDEV-7698)) — contribution by Kentoku Shiba
  * HANDLER support, condition pushdown, MRR, fulltext search, aggregate pushdown, bulk update/delete
* [Spider](/docs/server/server-usage/storage-engines/spider.md) updated to version 3.3.13
* Join push-down for Spider 3.3 ([MDEV-7698](https://jira.mariadb.org/browse/MDEV-7698)) — contribution by Kentoku Shiba
* 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.3](/docs/release-notes/community-server/old-releases/10.3/what-is-mariadb-103.md) for RHEL 7.2 and CentOS 7.2. Starting with the next 10.3 release we will be building MariaDB for CentOS 7 and RHEL 7 on version 7.3.
* [Galera wsrep library](https://github.com/mariadb-corporation/docs-release-notes/blob/test/en/what-is-mariadb-galera-cluster/README.md) updated to 25.3.22
* [Repositories](https://downloads.mariadb.org/mariadb/repositories/) for Ubuntu 17.10 Artful added

### InnoDB

* [MDEV-14717](https://jira.mariadb.org/browse/MDEV-14717) crash-safe RENAME TABLE
* [MDEV-14585](https://jira.mariadb.org/browse/MDEV-14585) Automatically remove #sql- tables in InnoDB dictionary during recovery
* [MDEV-12323](https://jira.mariadb.org/browse/MDEV-12323) Rollback progress log messages during crash recovery are intermixed with unrelated log messages
* [MDEV-14589](https://jira.mariadb.org/browse/MDEV-14589) InnoDB should not lock a delete-marked record
* [MDEV-14511](https://jira.mariadb.org/browse/MDEV-14511) Use fewer transactions for updating InnoDB persistent statistics
* [MDEV-14374](https://jira.mariadb.org/browse/MDEV-14374) - UT\_DELAY code : Removing hardware barrier for arm64 bit platform
* [MDEV-14477](https://jira.mariadb.org/browse/MDEV-14477) InnoDB update\_time is wrongly updated after partial rollback or internal COMMIT
* Support CRC32 SSE4.2 implementation under Windows

### Variables and Modes

* New [sql\_mode](/docs/server/server-management/variables-and-modes/sql_mode.md), EMPTY\_STRING\_IS\_NULL ([MDEV-14013](https://jira.mariadb.org/browse/MDEV-14013)) — contribution by Jérôme Brauge
* Added [bind\_address](/docs/server/server-management/variables-and-modes/server-system-variables.md#bind_address) as a system variable ([MDEV-12542](https://jira.mariadb.org/browse/MDEV-12542)).
* New status variables [Table\_open\_cache\_active\_instances](/docs/server/server-management/variables-and-modes/server-status-variables.md#table_open_cache_active_instances), [Table\_open\_cache\_hits](/docs/server/server-management/variables-and-modes/server-status-variables.md#table_open_cache_hits), [Table\_open\_cache\_misses](/docs/server/server-management/variables-and-modes/server-status-variables.md#table_open_cache_misses), [Table\_open\_cache\_overflows](/docs/server/server-management/variables-and-modes/server-status-variables.md#table_open_cache_overflows) ([MDEV-11153](https://jira.mariadb.org/browse/MDEV-11153))
* [innodb\_page\_cleaners](/docs/server/server-usage/storage-engines/innodb/innodb-system-variables.md) is now dynamic ([MDEV-11025](https://jira.mariadb.org/browse/MDEV-11025))
* [binlog\_file\_cache\_size](/docs/server/ha-and-performance/standard-replication/replication-and-binary-log-system-variables.md) ([MDEV-14114](https://jira.mariadb.org/browse/MDEV-14114)) — contribution by Jun Su.
* [plugin\_maturity](/docs/server/server-management/variables-and-modes/server-system-variables.md#plugin_maturity) is now set by default to one level less than server maturity. This may cause plugins below that maturity level that were previously working to no longer load ([MDEV-12501](https://jira.mariadb.org/browse/MDEV-12501)).
* [version\_malloc\_library](/docs/server/server-management/variables-and-modes/server-system-variables.md#version_malloc_library) now correctly detects and reports tcmalloc ([MDEV-14315](https://jira.mariadb.org/browse/MDEV-14315))
* New variables [tcp\_keepalive\_time](/docs/server/server-management/variables-and-modes/server-system-variables.md#tcp_keepalive_time), [tcp\_keepalive\_interval](/docs/server/server-management/variables-and-modes/server-system-variables.md#tcp_keepalive_interval), [tcp\_keepalive\_probes](/docs/server/server-management/variables-and-modes/server-system-variables.md#tcp_keepalive_probes) ([MDEV-14412](https://jira.mariadb.org/browse/MDEV-14412)) — contribution by Oleg Obleukhov
* `tcp_linger`, `tcp_linger_timeout` ([MDEV-14113](https://jira.mariadb.org/browse/MDEV-14113)) — contribution by Shuode Li
* [slave\_transaction\_retry\_errors](/docs/server/ha-and-performance/standard-replication/replication-and-binary-log-system-variables.md), allowing one to specify certain operations resulting in an error during replication to be retried, and [slave\_transaction\_retry\_interval](/docs/server/ha-and-performance/standard-replication/replication-and-binary-log-system-variables.md) allowing the retry interval for a failed transaction to be set ([MDEV-7698](https://jira.mariadb.org/browse/MDEV-7698)) — contribution by Kentoku Shiba
* In addition to K, M, and G, numeric command-line options now support [T, P, and E suffixes](/docs/server/server-management/variables-and-modes/server-system-variables.md#setting-server-system-variables) — contribution by Daniel Black

**Do not use&#x20;*****beta*****&#x20;releases on production systems!**

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

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