MariaDB 10.0.1 Release Notes
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: 06 Feb 2013
MariaDB 10.0 is the current development version of MariaDB. It is built on thethe MariaDB 5.5 series with backported features from MySQL 5.6 and entirely new features not found anywhere else.
MariaDB 10.0.1 is an Alpha release. This is the second 10.0-based release, and we are releasing it now to get it into the hands of any who might want to test it. Not all features planned for the MariaDB 10.0 series are included in this release. Additional features will be pushed in future releases.Do not use alpha releases on production systems.
For an overview of MariaDB 10.0 see theWhat is MariaDB 10.0? page.
For a list of changes made in MariaDB 10.0.1, with links to detailed information on each push, see the Changelog .
Based on MariaDB 5.5,
The MariaDB 10.0 series builds off of the MariaDB 5.5, series. It also includes features imported from MySQL 5.6, and completely new features.
In most respects MariaDB will work exactly as MySQL: all commands, interfaces, libraries and APIs that exist in MySQL also exist in MariaDB.
New Features in MariaDB 10.0.1 Alpha
New Features
MDEV-4011 - Per thread memory usage. — Original code from Taobao, developed by Peng Lixun.
information_schema.processlist has two new columns:
MEMORY_USAGE
andEXAMINED_ROWS
.SHOW STATUS has a new variable: Memory_used.
Named dynamic columns (MDEV-377)
Faster UNIQUE key generation with ALTER TABLE (MDEV-539)
Implement async commit checkpoint in InnoDB and XtraDB (MDEV-532)
New Features Re-implemented from a similar MySQL feature
CURRENT_TIMESTAMP as DEFAULT for DATETIME columns (MDEV-452)
New Features Backported from MySQL 5.6
backport --plugin-load-add (MDEV-3860)
Other Features
Other features are planned for inclusion in the Stable (GA) version of MariaDB 10.0. They are listed on the What is MariaDB 10.0? and Plans for 10x pages.
Important Security Fixes
This release includes fixes for the following security vulnerabilities:
A buffer overflow that can cause a server crash or arbitrary code execution (a variant of CVE-2012-5611)
CVE-2012-5627/MDEV-3915 fast password brute-forcing using the "change user" command
CVE-2012-5615/MDEV-3909 information leakage about existing user accounts via the protocol handshake
fixes for DoS attacks - crashes and server lockups (see the Changelog)
Additionally, it includes all security fixes from MySQL 5.5.29, such as fix for CVE-2012-5612/MDEV-3908 and others, such as:
Fedora 18 and Ubuntu 12.10 Packages
This version of MariaDB includes packages for Fedora 18 "Spherical Cow" and Ubuntu 12.10 "Quantal". Visit the
Repository Configurator to generate the necessary commands to install MariaDB on these distributions.
Discontinued builds
The MariaDB project tries to support as many different Operating Systems and Linux Distributions as we can. However, when a distribution or OS stops receiving security and other updates it becomes difficult to freely provide packages for that platform. In such cases, our policy is to deprecate that platform and stop providing binary packages for it.
As of 1 Feb 2013, we stopped building packages for the following:
Fedora 16 "Verne"
Debian 5 "Lenny"
Ubuntu 10.10 "Maverick"
Ubuntu 11.04 "Natty"
If your chosen Linux Distribution or Operating System is deprecated, packages or support are not completely unavailable. Companies such asSkySQL and Monty Program (and others) provide support for all versions of MariaDB back to even very old MySQL versions. This includes packaged binaries. Contact them for more details.
More information on our deprecation policy can be found at:
Archived Releases
From the beginning of the MariaDB project in 2009 we've kept all of our old releases online via our network of mirrors. Doing this is great for those few who are interested in old releases, but the disk space required to host all of our old releases is over 130 Gigabytes at present and grows by several gigabytes with each new release. This is too much for some of our mirrors to handle. So, starting with this release our primary mirror will only host the most recent three or four releases in each series (5.5, 10.0, and so on). Mirrors are, of course, free to keep archiving every release, but the primary mirror that they pull from will not.
Old releases do have value, so for those that are interested in old releases, we are setting up a simple, no frills, archive server which will host them. Once the server is up and running, links to archived releases ondownloads.mariadb.org will point at the archive server. During the transition period, links to some old releases may disappear for a short time, but don't worry, they haven't been deleted, they're just being moved!
Thanks, and enjoy MariaDB!
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?