MariaDB Audit Plugin 1.1.4 release notes

You are viewing an old version of this article. View the current version here.

Release date: 21 Feb 2014

This is a Stable (GA) release. In general this means that there are no known serious bugs, except for those marked as feature requests, that no bugs were fixed since last release that caused a notable code changes, and that we believe the code is ready for general usage (based on bug inflow).

Important Notices

MariaDB will include the Audit Plugin by default from versions 5.5.36 and 10.0.9. At the time of writing these versions haven't yet been released.

Bug Fixes

  • MDEV-5243 Version 1.1.2 for MySQL not providing facility correctly
  • MDEV-5145 Windows build fixed.
  • MDEV-5145 Client errors disabled for Percona/Mysql.
  • MDEV-4472 Wrong filename doens't stop the logging.
  • MDEV-4472 Error message fixed. Empty values for server_audit_file_path treated as default value.
  • MDEV-4472 Now it's possible to specify a catalog as server_audit_file_path. In this case the log name will be [server_audit_file_path]/server_audit.log

Added platform and database server support

  • The MariaDB Audit Plugin is now supported on Windows 64-bit and Windows 32-bit.
  • Now the Audit Plugin can be used with Percona Server + Galera, i.e. the Percona XtraDB Cluster.

MariaDB Audit Plugin 1.1.4 Changelog

The issue number links will take you to the corresponding issue in MariaDB project tracking.

  • Revision 3912, 2014-02-17
    • MDEV-4472 server_audit.opt added. A temporary solution for Threadpool. Currently it doesn't notify plugins properly about thread connections/disconnections.
  • Revision 3911, 2014-02-17
    • MDEV-5693 server_audit.test fails in --ps-protocol mode. Notifying from the mysqld_stmt_prepare/mysqld_stmt_execute has it's specifics. The command in this case is 'Prepare' and 'Execute' (not just 'Query'). When error is notified from the mysqld_stmt_prepare, the query string is empty. Fixed by tacking it all into account.
  • Revision: 3910, 2014-02-14
  • Revision: 3909, 2014-01-30
    • MDEV-4472 Fixes to make the exc-users and incl-users work more smoothly.
  • Revision: 3908, 2013-11-30
    • MDEV-5365 server_audit_excl_users and server_audit_incl_users behave weird when assigned. As these variables used same temporary buffer, the same content was shown to SHOW VARIABLES. Fixed by using separate buffers. Also warning added when the QUERY CACHE is active that TABLE events can be hidden by it.
  • Revision: 3907, 2013-11-15
    • MDEV-4472 Version number set to 1.1.4. Additions 17.
  • Revision: 3906, 2013-11-14

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.