Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
N/A
-
None
-
Not for Release Notes
-
the newline pushed into 10.11.
-
Q3/2025 Maintenance
Description
The version of the Audit plugin in 12.0 trunk is 1.5.0:
CS 12.0.1 107291bf980822fcc3c02bd4e01ecbc4db7fd192 (Optimized, Clang) Build 30/06/2025 |
250704 21:14:33 server_audit: MariaDB Audit Plugin version 1.5.0 STARTED.
|
The version of the Audit plugin in the MDEV-34680 feature branch is also 1.5.0:
bb-12.0-mdev-34680x3-hf CS 12.0.1 8ead5a2a8a15a95f060e02d26c1ed28800fbdb03 (Optimized, UBASAN, Clang) Build 03/07/2025 |
250704 21:14:34 server_audit: MariaDB Audit Plugin version 1.5.0 STARTED.
|
It is likely that this needs updating to 1.5.1 or 1.6.0?
Also, while fixing this, please fix a pre-existing small issue with the error log output:
INSTALL PLUGIN server_audit SONAME 'server_audit'; |
SET GLOBAL server_audit_logging=ON; |
Leads to:
CS 12.0.1 107291bf980822fcc3c02bd4e01ecbc4db7fd192 (Optimized, Clang) Build 30/06/2025 |
250704 21:14:33 server_audit: Query cache is enabled with the TABLE events. Some table reads can be veiled.250704 21:14:33 server_audit: logging started to the file server_audit.log.
|
A newline is missing. Perhaps this part of the fix can be pushed to 10.6 or 10.11. Thank you
Attachments
Issue Links
- is part of
-
MDEV-34680 Asynchronous and Buffered Logging for Audit Plugin
-
- Closed
-