MINI MINI MANI MO

Path : /opt/mysql/mysql-test/suite/binlog/r/
File Upload :
Current File : //opt/mysql/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;

OHA YOOOO