You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
static MYSQL_SYSVAR_STR(whitelist_cmds, whitelist_cmds_string,
PLUGIN_VAR_RQCMDARG,
"AUDIT plugin commands to skip, comma separated",
NULL, whitelist_cmds_string_update, NULL);
static MYSQL_SYSVAR_STR(record_cmds, record_cmds_string,
PLUGIN_VAR_RQCMDARG,
"AUDIT plugin whitelisted commands for which queries are not recorded, comma separated",
NULL, record_cmds_string_update, NULL);
The above says "audit_record_cmds" is a whitelist-style setting. But the documentation (wiki/Configuration) says "Comma separated list of commands to log to the audit trail."
So which is it? It seems I'm getting audit logging regardless of the setting.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. We will put in a fix in the description in the
code.
On Jun 17, 2015 8:14 PM, "Matthew" notifications@github.com wrote:
Documentation also states that 'audit_record_objs' should be listed using
dot-notation. However, I've found that setting "." leaves out almost
50% of the queries. Setting this to empty string gets everything.
—
Reply to this email directly or view it on GitHub #115 (comment).
The code shows this:
The above says "audit_record_cmds" is a whitelist-style setting. But the documentation (wiki/Configuration) says "Comma separated list of commands to log to the audit trail."
So which is it? It seems I'm getting audit logging regardless of the setting.
The text was updated successfully, but these errors were encountered: