summaryrefslogtreecommitdiff
path: root/mysql-test/main/delayed.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/delayed.test')
-rw-r--r--mysql-test/main/delayed.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/main/delayed.test b/mysql-test/main/delayed.test
index 51163fccf39..a99af07232c 100644
--- a/mysql-test/main/delayed.test
+++ b/mysql-test/main/delayed.test
@@ -640,8 +640,10 @@ insert into t1 values (1,1);
call mtr.add_suppression(" marked as crashed and should be repaired");
call mtr.add_suppression("Checking table");
+--enable_prepare_warnings
--replace_result '\\' '/'
insert delayed into t1 values (2,2);
+--disable_prepare_warnings
insert delayed into t1 values (3,3);
flush tables t1;
select * from t1;