mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
59dd58b17e
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;
|
|
}
|