Hi,
I’ve came up with problem - I’m using percona-server in 5.7.25-28 version on Debian9 (stretch) with audit_log plugin and it seem to be logging statemets executed by trigger, which definer is not on audit_log_include_accounts list.
Config:
[mysqld]
loose_audit-log = force_plus_permanent
loose_audit-log-format = json
loose_audit-log-handler = syslog
loose_audit-log-syslog-ident = mysql-audit
loose_audit-log-policy = queries
loose_audit-log-include-accounts = "[...]"
Should this work this way? Or have I misconfigured anything?