diff --git a/mysql-test/include/mtr_warnings.sql b/mysql-test/include/mtr_warnings.sql index 60bfdb0b..7e02101b 100644 --- a/mysql-test/include/mtr_warnings.sql +++ b/mysql-test/include/mtr_warnings.sql @@ -273,6 +273,11 @@ INSERT INTO global_suppressions VALUES */ ("The transaction owned GTID is already in the gtid_executed table"), + /* + ARM32 don't support timers and get this warning in every test. + */ + ("The CYCLE timer is not available. WAIT events in the performance_schema will not be timed."), + ("THE_LAST_SUPPRESSION");