1call mtr.add_suppression("File 'bad' not found"); 2call mtr.add_suppression("Plugin 'file_key_management' init function returned error"); 3call mtr.add_suppression("Plugin 'file_key_management' registration.*failed"); 4FOUND 1 /File 'bad' not found/ in mysqld.1.err 5create table t1(c1 bigint not null, b char(200)) engine=innodb encrypted=yes encryption_key_id=1; 6ERROR HY000: Can't create table `test`.`t1` (errno: 140 "Wrong create options") 7select plugin_status from information_schema.plugins 8where plugin_name = 'file_key_management'; 9plugin_status 10