mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
even more suppression fixes
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
call mtr.add_suppression("Slave: Error writing file 'UNKNOWN' (Errcode: 9) Error_code: 3");
|
||||
stop slave;
|
||||
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
|
||||
reset master;
|
||||
@ -52,3 +51,4 @@ Last_SQL_Errno 9
|
||||
Last_SQL_Error Error in Begin_load_query event: write to '../../tmp/SQL_LOAD.data' failed
|
||||
drop table t1;
|
||||
drop table t1;
|
||||
call mtr.add_suppression("Slave: Error writing file 'UNKNOWN' (Errcode: 9) Error_code: 3");
|
||||
|
Reference in New Issue
Block a user