Changes & Improvements in MariaDB 5.2
MariaDB 5.2 is no longer maintained. Please use a more recent release.
Date
Release
Status
Release Notes
Changelog
MariaDB 5.2 contains features that didn't have time to go into MariaDB 5.1. For all practical purposes it's a drop in replacement for MariaDB 5.1 (and thus MySQL 5.1).
MariaDB 5.2 is based on MariaDB 5.1 and thus MySQL 5.1.
The new features in 5.2 are quite isolated and as most have been in use by members in the MySQL community for a long time. Current versions of MariaDB 5.2 are stable and can be downloaded from downloads.askmonty.org.
New storage engines
Allows you to handle hierarchies (tree structures) and complex graphs (nodes having many connections in several directions)
SphinxSE: Text search within MariaDB.
A built-in Sphinx client which allows MariaDB to talk to searchd, run search queries, and obtain search results.
New features
Columns that are an expression and are calculated on retrieval.
Client, User, Index and Table statistics.
The key cache's global mutex is split into several mutex which gives a notable speed improvement under multi user load. We have registered up to250% more performance thanks to this.
Authentication is done via an extensible plugin, which makes it easy to add any kind of authentication to MariaDB.
Storage-engine-specific CREATE TABLE
Allows one to specify additional attributes per field, index or table to the storage engine.
Enhancements to INFORMATION SCHEMA.PLUGINS table
We expose more information about the plugins, like maturity levels.
Group commit for the Aria engine.
Speeds up multi user inserts.
Other things
We have also done several smaller speed improvements, bug fixes and code cleanups.
Security Vulnerabilities Fixed in MariaDB 5.2
For a complete list of security vulnerabilities (CVEs) fixed across all versions of MariaDB, see the Security Vulnerabilities Fixed in MariaDB page.
CVE-2013-1531: MariaDB 5.2.14CVE-2013-0389: MariaDB 5.2.14CVE-2013-0385: MariaDB 5.2.14CVE-2013-0384: MariaDB 5.2.14CVE-2013-0383: MariaDB 5.2.14CVE-2013-0375: MariaDB 5.2.14CVE-2012-5627: MariaDB 5.2.14 [2]CVE-2012-5615: MariaDB 5.2.14 [2]CVE-2012-5612: MariaDB 5.2.14CVE-2012-5611: MariaDB 5.2.14, MariaDB 5.2.13CVE-2012-4414: MariaDB 5.2.13 [2]CVE-2012-1705: MariaDB 5.2.14CVE-2012-1702: MariaDB 5.2.14CVE-2012-0574: MariaDB 5.2.14CVE-2012-0572: MariaDB 5.2.14
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?