config root man

Current Path : /usr/opt/mysql57/mysql-test/suite/binlog/r/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/opt/mysql57/mysql-test/suite/binlog/r/binlog_flush_logs_error.result

call mtr.add_suppression('Could not open .*');
call mtr.add_suppression("Either disk is full or file system is read only");
call mtr.add_suppression("Attempting backtrace. You can use the following information to find out");
call mtr.add_suppression("Got error .*");
CREATE TABLE t(s INT);
INSERT INTO t VALUES(10);
SET GLOBAL debug = '+d,simulate_flush_commit_error';
FLUSH LOGS;
Got one of the listed errors
SET GLOBAL debug = '-d,simulate_flush_commit_error';
DROP TABLE t;

Man Man