Bug #75796 Backport the fix for bug #12368204 to 5.6
Submitted: 5 Feb 2015 14:06 Modified: 16 Feb 2016 14:40
Reporter: Georgi Kodinov Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Security: Audit Severity:S3 (Non-critical)
Version:5.6 OS:Any
Assigned to: CPU Architecture:Any

[5 Feb 2015 14:06] Georgi Kodinov
Description:
Audit logging should be independent from general query log. 
Now in 5.6 it is.

How to repeat:
turn general query log off. Observe statements not being logged to audit log too.

Suggested fix:
Back-port bug #12368204 to 5.6
[31 May 2015 11:07] Erlend Dahl
Fixed in 5.6.24.
[16 Feb 2016 14:40] Paul DuBois
Noted in 5.6.24 changelog.

Notification of events for the general log were received by the audit
log plugin only of the general query log was enabled. Now
notifications are posted regardless of whether the general query log
is enabled.