The most recent release in the MariaDB 5.2 series is:MariaDB 5.2.14
Download | Release Notes | Changelog |Overview of 5.2
Release date: 10 Apr 2010
See the MariaDB versus MySQL page for a high-level overview of the differences between MariaDB and MySQL. For a description of this release see the MariaDB 5.1 overview.
This is a beta release of MariaDB. We believe it to be relatively bug-free, and want to get it out so everyone can try it. Development is ongoing, see MariaDB 5.2 TODO for a list of features that are planned for future MariaDB 5.2 releases.
New features and changes in this version include:
This patch enables the gathering of more detailed statistics in MariaDB 5.2.
As part of this patch, several new INFORMATION_SCHEMA
tables (with corresponding new FLUSH
andSHOW
commands) have been added. See:User Statistics for details.
We've added VIRTUAL
and PERSISTENT
virtual
columns to MariaDB 5.2. See: Virtual columns for details.
We've added a new --rewrite-db=name
option to mysqlbinlog
for applying updates to a database with a different name than the original.
See: mysqlbinlog for details.
Two new system variables have been added:maria_group_commit
andmaria_group_commit_interval
. SeeServer System Variables for details.
We've backported theMySQL 5.5 Services for Plugins to MariaDB 5.2.
We updated the packaging scripts in MariaDB 5.2 to fix some errors.
In MariaDB 5.2 the authentication of users is delegated to plugins. See:Pluggable authentication for details.
We've added two new columns to theINFORMATION_SCHEMA.PLUGINS table.
For plugin authors: As part of this change, the MariaDB plugin declaration now differs slightly from the MySQL plugin declaration (the MySQL plugin declaration is still supported for dynamically loaded plugins). See:Writing Plugins for details.
Storage engines can now allow the user to specify additional attributes per index, field, or table. The engine needs to declare what attributes it introduces. See: Extending CREATE TABLE for more information.
This page is licensed: CC BY-SA / Gnu FDL