MINI MINI MANI MO
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