summaryrefslogtreecommitdiff
path: root/mysql-test/suite
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2017-08-11 16:22:40 +0200
committerSergei Golubchik <serg@mariadb.org>2017-08-14 19:45:59 +0200
commit023131e3954e17d315e3cb21145af979c286b672 (patch)
tree826cd942deba88e53475e9d6bae14c685e9dabf3 /mysql-test/suite
parentdd67456af38baaeb9a7a1c2263755cf0c0b56ff1 (diff)
downloadmariadb-git-023131e3954e17d315e3cb21145af979c286b672.tar.gz
InnoDB: restore thd->proc_info in innobase_reset_background_thd()
Diffstat (limited to 'mysql-test/suite')
-rw-r--r--mysql-test/suite/innodb/r/purge_thread_shutdown.result8
1 files changed, 4 insertions, 4 deletions
diff --git a/mysql-test/suite/innodb/r/purge_thread_shutdown.result b/mysql-test/suite/innodb/r/purge_thread_shutdown.result
index 0a7b31a8cb8..58b5c31461a 100644
--- a/mysql-test/suite/innodb/r/purge_thread_shutdown.result
+++ b/mysql-test/suite/innodb/r/purge_thread_shutdown.result
@@ -3,11 +3,11 @@ insert t1 values (1),(2),(3),(4);
delete from t1 where a=1;
select user,state from information_schema.processlist order by 2;
user state
-system user
-system user
-system user
-system user
root Filling schema table
+system user InnoDB purge coordinator
+system user InnoDB purge worker
+system user InnoDB purge worker
+system user InnoDB purge worker
system user InnoDB shutdown handler
set global debug_dbug='+d,only_kill_system_threads';
connect con1, localhost, root;