mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
5 lines
165 B
PHP
5 lines
165 B
PHP
|
if (!`SELECT count(*) FROM performance_schema.performance_timers WHERE timer_name='CYCLE' AND timer_frequency IS NOT NULL`)
|
||
|
{
|
||
|
Skip Need performance timer CYCLE;
|
||
|
}
|