MariaDB 10.0.18 Release Notes

The most recent release in the MariaDB 10.0 series is:MariaDB 10.0.38 Download Nowarrow-up-right

Downloadarrow-up-right | Release Notes | Changelog | Overview of 10.0

Release date: 7 May 2015

MariaDB 10.0 is the current stable series of MariaDB. It is an evolution of MariaDB 5.5 with several entirely new features not found anywhere else and with backported and reimplemented features from MySQL 5.6.

MariaDB 10.0.18 is a Stable (GA) release.

For an overview of MariaDB 10.0 see theWhat is MariaDB 10.0? page.

Thanks, and enjoy MariaDB!

Notable changes

In addition to the MariaDB-5.5.43 fixes and improvements, the following fixes and improvements have been made to MariaDB 10.0.18.

Parser

Optimizer

Alter Table

  • Some symbols in table name can cause to Error Code: 1050 when created FK. Table name is on filename charset but foreign key identifiers are not. This lead incorrect foreign key identifier number to be used (MDEV-7627arrow-up-right).

  • ALTER [ONLINE] TABLE with no options no longer requires a table copy (MDEV-7390arrow-up-right).

  • Fixed a case where it was impossible to create copy of a table if the table contained a default value for timestamp field in sql_mode="NO_ZERO_DATE" (MDEV-7778arrow-up-right).

Other SQL Commands

Innodb

Replication

Platforms

Connect Engine

OQ Graph Engine

Other

  • SSL connections increased from 512 to 1024 bits in Diffie-Hellman exchange to support fips (MDEV-7794arrow-up-right).

  • Fixed problem where SSL read/write timeouts were 1000 times too high due to seconds/milliseconds error (MDEV-8096arrow-up-right).

  • OpenSSL now uses MD5 even if FIPS prohibited it, fixing a previous crash. This is fine as MD5 is not used for cryptographical purposes (md5 is used internally for P_S message digests and for view checksums) (MDEV-7788arrow-up-right).

  • Fixed problem where Initialization of status variables was not invoked for embedded (no bug reference. code changearrow-up-right)

  • Corrected wrong results with bigint when compiled with gcc 5.0 (MDEV-7973arrow-up-right).

  • Fixed assertion in Protocol::end_statement where CREATE VIEW occured after another connection aborted (MDEV-8045arrow-up-right).

Client

  • Fixed MariaDB client where it could hang in an infinite loop based on no IO data returned (MDEV-8014arrow-up-right).

Security Fixes

New and Deprecated Distributions

As per the MariaDB Deprecation Policy, this will be the final release of MariaDB 10.0 for Fedora 19 "Schrödinger's Cat", Ubuntu 10.04 LTS "Lucid", and Mint 9 LTS "Isadora". When the next version of MariaDB 10.0 is released, repositories for these distributions will go away.

We have also added a couple of new Linux distributions with this release. Both Fedora 21 and Ubuntu 15.04 "Vivid" repositories are now available. As this is the first release with these repositories, they are considered experimental. Please let us knowarrow-up-right if you run into any issues with them.

For a complete list of changes made in MariaDB 10.0.18, with links to detailed information on each push, see the changelog.

circle-info

Be notified of new MariaDB Server releases automatically by subscribingarrow-up-right 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 page.

This page is licensed: CC BY-SA / Gnu FDL

spinner

Last updated

Was this helpful?