summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/r/purge_thread_shutdown.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/innodb/r/purge_thread_shutdown.result')
-rw-r--r--mysql-test/suite/innodb/r/purge_thread_shutdown.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/innodb/r/purge_thread_shutdown.result b/mysql-test/suite/innodb/r/purge_thread_shutdown.result
index 85ac77e6d49..747fe91c966 100644
--- a/mysql-test/suite/innodb/r/purge_thread_shutdown.result
+++ b/mysql-test/suite/innodb/r/purge_thread_shutdown.result
@@ -22,6 +22,6 @@ delete from t1 where a=3;
set global innodb_fast_shutdown=0;
ERROR 42000: Variable 'innodb_fast_shutdown' can't be set to the value of '0'
kill ID;
-ERROR 70100: Connection was killed
+Got one of the listed errors
# restart
drop table t1;