The most recent release in the MariaDB 10.0 series is:MariaDB 10.0.38 Download Now
Download | 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!
In addition to the fixes and improvements, the following fixes and improvements have been made to .
updated to 5.6.24
updated to XtraDB-5.6.23-72.1
updated to InnoDB-5.6.24
updated to 3.2.21
Fixed unrecognised column quoted with backticks in a function in a HAVING clause ().
with conflicting CHARACTER SET and CONVERT TO CHARACTER SET arguments now reports error ().
Fixed Regression (from 10.0.14): Bit and hex string literals changed column names ().
Merged /VIEWs incorrectly increment ().
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 ().
with no options no longer requires a table copy ().
Fixed a case where it was impossible to create copy of a table if the table contained a default value for timestamp field in ="NO_ZERO_DATE" ().
can now be done in bootstrap mode where authentication is disabled ().
Corrected error handing in / where incorrect data could result in a SSL client connection being terminated ().
Corrected Assertion `status_var.memory_used == 0' failed in THD::THD() on disconnect after executing for multi-table ().
In Debug builds, an assertion could be triggered on really large blobs ().
Fixed segfault when a virtual column used on an Innodb table and an index was created on a field after the virtual column ().
Fixed server crash when inserting more rows than available space on disk ().
Now possible to get Innodb internal primary key for wrapper type storage engines ().
Starting with this release, commits in certain instances in parallel replication complete immediately, avoiding losing throughput when many transactions need conflicting locks. See ( / ).
Fixed parallel replication worker threads that hung in some cases with non-transactional event groups ().
Fixed parallel replication error where deadlock was incorrectly handled ().
Fixed replication aborting on
PowerPC - fixed Innodb locking issue under high load - ().
BigEndian now builds in storage engine ().
Fixed crash when running MariaDB Debug with InnoDB on Windows ().
Column names are now retrieved properly when field values are not latin1 characters ().
Fixed problem where connecting to missing remote table caused error that was re-reported when on a correctly formed table ().
Fixed problem where CONNECT returned error 174 on query to MS SQL Server 2012 involving column when the condition is given as a ().
Fixed issue with incorrect handling of multiple threads (, and ).
SSL connections increased from 512 to 1024 bits in Diffie-Hellman exchange to support fips ().
Fixed problem where SSL read/write timeouts were 1000 times too high due to seconds/milliseconds error ().
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) ().
Fixed problem where Initialization of status variables was not invoked for embedded (no bug reference.
Fixed MariaDB client where it could hang in an infinite loop based on no IO data returned ().
Fixes for the following :
/ / bundled PCRE contained heap-based buffer overflow vulnerability that allowed the server to crash or have other unspecified impact via a crafted regular expression made possible with the function ().
As per the , this will be the final release of for Fedora 19 "Schrödinger's Cat", Ubuntu 10.04 LTS "Lucid", and Mint 9 LTS "Isadora". When the next version of 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 if you run into any issues with them.
For a complete list of changes made in , with links to detailed information on each push, see the .
updated to 5.02
upgraded to 1.3.0, including the QUERY_DCL filter option.
now shows the password for users that have the password field set, auth_string field empty, plugin=mysql_native_password (MDEV-7985).
Fixed which was ordered incorrectly in the binlog (MDEV-7888).
Added more detailed information about errors when GTID mode IO threads fail to connect (MDEV-7975).
Fixed temporary tables lost at in GTID mode if master has not rotated binlog since restart (MDEV-6403).
Fixed incorrect relay log start position when restarting SQL thread after error in parallel replication (MDEV-6589).
Fixed problem where slave was 10x slower to execute a set of statements compared to the master when using RBR (MDEV-7578).
Parallel replication worker threads are not spawned until needed (when an SQL thread is started), and they will be de-spawned if all SQL threads are stopped (MDEV-5289).
Multilevel slaves with parallel replication - better logic resulted in performance increase to group more transactions at the first slave level resulting in increased parallelism at the second replication level (MDEV-7249).
Fixed problem where Intermediate master groups using with could cause the to occur before the TEMPORARY TABLE it operates on, causing parallel replication failure (MDEV-7668).
Slave SQL: stopping replication on a non-last RBR event with annotations no longer results in segfaults (MDEV-7864).
when connection name is specified now respects the timeout (MDEV-7130).
New status variables , , and used to examine which triggers caused a group commit to be made (MDEV-7802).
Fixed seconds_behind_master display in which occasionally returned 0 when it really was much higher (MDEV-5114).
Fixed user variable assignment with SET @var = that resulted in ERROR 1148 (42000): CONNECT Unsupported command (MDEV-7616).
Removed assertion in delete_or_rename_table that caused crashes on (XML) HTML tables (MDEV-7935).
Added UDF (MDEV-7935).
Fixed a problem where defining indexes on a connect engine caused wrong results (MDEV-8090).
Corrected wrong results with bigint when compiled with gcc 5.0 (MDEV-7973).
Fixed assertion in Protocol::end_statement where occured after another connection aborted (MDEV-8045).
This page is licensed: CC BY-SA / Gnu FDL