We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e448b commit 7317aadCopy full SHA for 7317aad
mysql-test/suite/perfschema/include/pfs_running_event_scheduler.inc
@@ -1,10 +1,10 @@
1
-# threads are removed from:
+# threads are added to:
2
# - information_schema.processlist
3
# - performance_schema.threads
4
# at different times, so we may have to wait a little more
5
-# for the event_scheduler to shutdown
+# for the event_scheduler to start
6
#
7
let $wait_condition=
8
SELECT COUNT(*) = 1 FROM performance_schema.threads
9
- WHERE name like 'thread/sql/event%';
+ WHERE name LIKE 'thread/sql/event%' AND processlist_command IS NOT NULL;
10
--source include/wait_condition.inc
0 commit comments