MariaDB 10.0.17 was recently released, and is available for download here:
https://downloads.mariadb.org/mariadb/10.0.17/
This is the eighth GA release of MariaDB 10.0, and 18th overall release of MariaDB 10.0.
For the most part, there are not a whole lot of new changes to report for this release, but there is a new version of the Audit Plugin and many other engines have been updated as well.
Here are the main items of note:
- The new version of the Audit Plugin is 1.2 is included with
the following new features:
- In the audit log passwords are now masked, i.e. the password characters are replaced with asterisks.
- It’s now possible to filter logging to include only DDL (CREATE, ALTER, etc.) or DML (INSERT, UPDATE, etc.) statements.
- For more information …