summaryrefslogtreecommitdiff
path: root/mysql-test/suite/perfschema/t/no_threads.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/perfschema/t/no_threads.test')
-rw-r--r--mysql-test/suite/perfschema/t/no_threads.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/suite/perfschema/t/no_threads.test b/mysql-test/suite/perfschema/t/no_threads.test
index 3d3f712e364..9254535bf1f 100644
--- a/mysql-test/suite/perfschema/t/no_threads.test
+++ b/mysql-test/suite/perfschema/t/no_threads.test
@@ -45,10 +45,10 @@ show variables like "performance_schema_max_thread%";
# Verification : in this main thread
-select count(*) from performance_schema.PROCESSLIST
+select count(*) from performance_schema.THREADS
where name like "thread/sql/main";
-select count(*) from performance_schema.PROCESSLIST
+select count(*) from performance_schema.THREADS
where name like "thread/sql/OneConnection";
select event_name, operation,