mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-8692 prefschema test failures on ARM (on Debian build system)
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.
This commit is contained in:
4
mysql-test/suite/perfschema/include/have_timer_cycle.inc
Normal file
4
mysql-test/suite/perfschema/include/have_timer_cycle.inc
Normal file
@ -0,0 +1,4 @@
|
||||
if (!`SELECT count(*) FROM performance_schema.performance_timers WHERE timer_name='CYCLE' AND timer_frequency IS NOT NULL`)
|
||||
{
|
||||
Skip Need performance timer CYCLE;
|
||||
}
|
Reference in New Issue
Block a user