MariaDB 10.3.6 Release Notes
The most recent release of MariaDB 10.3 is:MariaDB 10.3.39 Stable (GA) Download Now
DownloadRelease NotesChangelogOverview of 10.3
Release date: 16 Apr 2018
MariaDB 10.3 is the current development series of MariaDB. It is an evolution of MariaDB 10.2 with several entirely new features not found anywhere else and with backported and reimplemented features from MySQL.
MariaDB 10.3.6 is a RC release.
Do not use non-GA releases on production systems!
For an overview of MariaDB 10.3 see theWhat is MariaDB 10.3? page.
Thanks, and enjoy MariaDB!
Notable Changes
Notable changes of this release include:
Added the DISKS plugin, for monitoring the disk space situation.
TRIM, LTRIM, RTRIM, LPAD and RPAD now return NULL if returning an empty result when SQL_MODE=Oracle - MDEV-15739, MDEV-15664.
innodb_fast_shutdown now has a new mode,
3
, which skips the rollback of connected transactions - MDEV-15832The max value of the max_prepared_stmt_count system variable has been increased from 1048576 to 4294967295
The proxy_protocol_networks variable can now be modified without restarting the server - MDEV-15501
The Information Schema is optimized to use much less memory when selecting from INFORMATION_SCHEMA.TABLES or any other table with many VARCHAR or TEXT columns - MDEV-14275
Added new status variables to count the usage of user defined aggregate functions: Feature_custom_aggregate_functions - MDEV-14592
Windows binaries now use high-precision timer when available - MDEV-15694. This makes much less probable for two queries to have the same
CURRENT_TIMESTAMP(6)
value, for example.System versioning is not allowed for tables in the mysql database - MDEV-14790
The Information Schema Columns table now displays system versioning info in the EXTRA column - MDEV-15062
New Galera system variable, wsrep_reject_queries for rejecting client connection queries.
As per the MariaDB Deprecation Policy, this will be the last release of MariaDB 10.3 for Debian 7 Wheezy
Do not use non-GA releases on production systems!
For a complete list of changes made in MariaDB 10.3.6, with links to detailed information on each push, see the changelog.
Contributors
For a full list of contributors to MariaDB 10.3.6, see the MariaDB Foundation release announcement.
Be notified of new MariaDB Server releases automatically by subscribing 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 theDistributions which Include MariaDB page.
Last updated
Was this helpful?