mariadb/mysql-test/suite/perfschema/include/have_timer_cycle.inc

5 lines
165 B
PHP
Raw Normal View History

if (!`SELECT count(*) FROM performance_schema.performance_timers WHERE timer_name='CYCLE' AND timer_frequency IS NOT NULL`)
{
Skip Need performance timer CYCLE;
}