summaryrefslogtreecommitdiff
path: root/mysql-test/suite/perfschema/include/pfs_no_running_event_scheduler.inc
blob: eff3d7df85476857fa6865bcc7017c9ba7093eaf (plain)
1
2
3
4
5
6
7
8
9
10
# threads are removed from:
# - information_schema.processlist
# - performance_schema.threads
# at different times, so we may have to wait a little more
# for the event_scheduler to shutdown
#
let $wait_condition=
  SELECT COUNT(*) = 0 FROM performance_schema.threads
  WHERE name like 'thread/sql/event%';
--source include/wait_condition.inc