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 ofsee thepage.
For a list of changes made in , with links to detailed
information on each push, see the .
Based on ,
The series builds off of the , series. It also includes features imported from MySQL 5.6, and completely new features.
In most respects will work exactly as MySQL: all commands,
interfaces, libraries and APIs that exist in MySQL also exist in MariaDB.
New Features in Alpha
New Features
- Per thread memory usage. — Original code from .
has two new columns: MEMORY_USAGE and EXAMINED_ROWS.
New Features Re-implemented from a similar MySQL feature
as DEFAULT for columns ()
New Features Backported from MySQL 5.6
backport ()
Other Features
Other features are planned for inclusion in the Stable (GA) version of . They are listed on the 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 )
/ fast password brute-forcing using the "change user" command
/ information leakage about existing user accounts via the protocol handshake
Additionally, it includes all security fixes from MySQL 5.5.29, such as fix for / 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
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 as and
(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 on 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!
Be notified of new MariaDB Server releases automatically by 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 page.
This page is licensed: CC BY-SA / Gnu FDL
has a new variable:
.
Named ()
Faster UNIQUE key generation with ALTER TABLE ()
Implement async commit checkpoint in InnoDB and XtraDB ()
()
fixes for DoS attacks - crashes and server lockups (see the )