MariaDB 5.5.42 was recently released (it is the latest MariaDB 5.5), and is available for download here:
https://downloads.mariadb.org/mariadb/5.5.42/
This is a maintenance release, and so there were not too many changes at all and only 3 changes (enhancements) I felt noteworthy:
- 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 please refer to the About the MariaDB Audit Plugin page. The plugin is …