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.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/delayed.result b/mysql-test/main/delayed.result
index ec36e3af46d..55f5ff6eb28 100644
--- a/mysql-test/main/delayed.result
+++ b/mysql-test/main/delayed.result
@@ -494,7 +494,7 @@ create table t1 (a int, b int) engine=myisam;
insert into t1 values (1,1);
SET debug_dbug="d,crash_shutdown";
shutdown;
-ERROR HY000: Lost connection to MySQL server during query
+ERROR HY000: Lost connection to server during query
call mtr.add_suppression(" marked as crashed and should be repaired");
call mtr.add_suppression("Checking table");
insert delayed into t1 values (2,2);