1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-258 audit plugin only see queries if general log is enabled

This commit is contained in:
Sergei Golubchik
2012-11-08 14:17:53 +01:00
parent 06365bf841
commit d473199744
4 changed files with 26 additions and 24 deletions

View File

@ -8,9 +8,9 @@ select foobar;
ERROR 42S22: Unknown column 'foobar' in 'field list'
show status like 'audit_null%';
Variable_name Value
Audit_null_called 6
Audit_null_called 9
Audit_null_general_error 1
Audit_null_general_log 0
Audit_null_general_log 3
Audit_null_general_result 2
uninstall plugin audit_null;
Warnings: