---
title: "MariaDB 10.0.10 Overview and Highlights"
publish_date: 2014-04-08
author: "MariaDB"
---

# MariaDB 10.0.10 Overview and Highlights

MariaDB 10.0.10 was recently released, and is available for download here: <https://downloads.mariadb.org/mariadb/10.0.10/> This is the first GA (“[Generally Availability](http://dev.mysql.com/doc/mysql-development-cycle/en/ga-releases.html)“, aka “recommended for production systems”) release of MariaDB 10.0, and 11th overall release of MariaDB 10.0. Since this is the initial 10.0 GA release, this is primarily a bug-fix and polishing release. Here are the main items of note:

1. The [Audit Plugin](https://mariadb.com/kb/en/server_audit-mariadb-audit-plugin/) is now included in MariaDB ([MDEV-5584](https://mariadb.atlassian.net/browse/MDEV-5584))
2. Improved [XtraDB](https://mariadb.com/kb/en/xtradb/) performance by fixing incorrect calculation of flushed pages ([MDEV-5949](https://mariadb.atlassian.net/browse/MDEV-5949))
3. Fix for [GTID](https://mariadb.com/kb/en/global-transaction-id/) duplicate key multi-master corruption bug ([MDEV-5804](https://mariadb.atlassian.net/browse/MDEV-5804))
4. Default [TokuDB](https://mariadb.com/kb/en/tokudb/) compression is now TOKUDB\_ZLIB (instead of TOKUDB\_UNCOMPRESSED)
5. Various algorithm improvements for [engine-independent table statistics](https://mariadb.com/kb/en/engine-independent-table-statistics/) (EITS) ([MDEV-5901](https://mariadb.atlassian.net/browse/MDEV-5901), [MDEV-5917](https://mariadb.atlassian.net/browse/MDEV-5917), [MDEV-5950](https://mariadb.atlassian.net/browse/MDEV-5950), [MDEV-5962](https://mariadb.atlassian.net/browse/MDEV-5962), [MDEV-5926](https://mariadb.atlassian.net/browse/MDEV-5926))

You can read more about the 10.0.10 release here: <https://mariadb.com/kb/en/mariadb-10010-release-notes/> And if interested, you can review the full list of changes in 10.0.10 (changelogs) here: <https://mariadb.com/kb/en/mariadb-10010-changelog/> Hope this helps.