1call mtr.add_suppression("Plugin 'audit_log' init function returned error.");
2call mtr.add_suppression("Plugin 'audit_log' registration as a AUDIT failed.");
3call mtr.add_suppression("Plugin audit_log reported: 'Both");
4call mtr.add_suppression("Plugin audit_log reported: 'Cannot open file");
5call mtr.add_suppression("Plugin audit_log reported: 'Error: No such file or directory'");
6# restart:--audit_log_exclude_accounts='user@localhost'
7SET GLOBAL audit_log_exclude_accounts='info@localhost';
8# restart:--audit_log_include_accounts='user@localhost'
9SET GLOBAL audit_log_include_accounts='info@localhost';
10# restart:--audit_log_exclude_commands='alter_table'
11SET GLOBAL audit_log_exclude_commands='insert';
12# restart:--audit_log_include_commands='alter_table'
13SET GLOBAL audit_log_include_commands='insert';
14# restart:--audit_log_exclude_accounts='user@localhost' --audit_log_include_accounts='user@localhost'
15SHOW VARIABLES LIKE 'audit_log%';
16Variable_name	Value
17# restart:--audit_log_exclude_commands='delete' --audit_log_include_commands='delete'
18SHOW VARIABLES LIKE 'audit_log%';
19Variable_name	Value
20# restart:--audit_log_exclude_accounts='user@localhost' --audit_log_file=./directory/file
21SHOW VARIABLES LIKE 'audit_log%';
22Variable_name	Value
23