mirror of
https://github.com/MariaDB/server.git
synced 2025-02-13 17:05:35 +01:00
![Alexander Barkov](/assets/img/avatar_default.png)
A few tests assumes that the CYCLE timer is always available, which is not true on some platforms (e.g. ARM). Fixing the tests not to reply on the CYCLE availability.
4 lines
165 B
SQL
4 lines
165 B
SQL
if (!`SELECT count(*) FROM performance_schema.performance_timers WHERE timer_name='CYCLE' AND timer_frequency IS NOT NULL`)
|
|
{
|
|
Skip Need performance timer CYCLE;
|
|
}
|