summaryrefslogtreecommitdiff
path: root/mysql-test/main/delayed.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/delayed.result')
-rw-r--r--mysql-test/main/delayed.result1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/main/delayed.result b/mysql-test/main/delayed.result
index d54fa40f2da..d10f4ae22cf 100644
--- a/mysql-test/main/delayed.result
+++ b/mysql-test/main/delayed.result
@@ -500,7 +500,6 @@ call mtr.add_suppression("Checking table");
insert delayed into t1 values (2,2);
Warnings:
Error 145 Table './test/t1' is marked as crashed and should be repaired
-Error 1194 Table 't1' is marked as crashed and should be repaired
Error 1034 1 client is using or hasn't closed the table properly
insert delayed into t1 values (3,3);
flush tables t1;