mirror of
https://github.com/MariaDB/server.git
synced 2025-05-13 01:01:44 +03:00
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.
5 lines
165 B
SQL
5 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;
|
|
}
|