diff options
Diffstat (limited to 'mysql-test/main/myisam_crash_before_flush_keys.result')
-rw-r--r-- | mysql-test/main/myisam_crash_before_flush_keys.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/myisam_crash_before_flush_keys.result b/mysql-test/main/myisam_crash_before_flush_keys.result index 7d929ffb644..fca8134be16 100644 --- a/mysql-test/main/myisam_crash_before_flush_keys.result +++ b/mysql-test/main/myisam_crash_before_flush_keys.result @@ -17,7 +17,7 @@ SET SESSION debug_dbug="d,crash_before_flush_keys"; # Write file to make mysql-test-run.pl expect crash # Run the crashing query FLUSH TABLE t1; -ERROR HY000: Lost connection to MySQL server during query +ERROR HY000: Lost connection to server during query # Write file to make mysql-test-run.pl start the server # Turn on reconnect # Call script that will poll the server waiting for |