summaryrefslogtreecommitdiff
path: root/mysql-test/suite/perfschema/t/no_threads.test
diff options
context:
space:
mode:
authorMarc Alff <marc.alff@oracle.com>2010-08-12 08:08:52 -0600
committerMarc Alff <marc.alff@oracle.com>2010-08-12 08:08:52 -0600
commit7dd46008503e7e4be844f32071a30db69abe9dc5 (patch)
tree49d38e34f081055bd6d27cfcaf23604d15a0f102 /mysql-test/suite/perfschema/t/no_threads.test
parent7b3ea8fef869c049c3a6c37b4c478b9b3998f5f6 (diff)
downloadmariadb-git-7dd46008503e7e4be844f32071a30db69abe9dc5.tar.gz
Bug#55416 Renaming of performance_schema tables for 5.5
Removed table SETUP_OBJECTS. Renamed table PROCESSLIST to THREADS. Renamed table EVENTS_WAITS_SUMMARY_BY_EVENT_NAME to EVENTS_WAITS_SUMMARY_GLOBAL_BY_EVENT_NAME. Adjusted Makefiles, code and tests accordingly.
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,