summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/perfschema/include/have_timer_cycle.inc
blob: b801ea256d6ea9ea42bc86aefb562ad0162c149d (plain)
1
2
3
4
if (!`SELECT count(*) FROM performance_schema.performance_timers WHERE timer_name='CYCLE' AND timer_frequency IS NOT NULL`)
{
  Skip Need performance timer CYCLE;
}