Blame SOURCES/mysql-arm32-timer.patch

268c27
diff --git a/mysql-test/include/mtr_warnings.sql b/mysql-test/include/mtr_warnings.sql
adcd75
index eff14a67..413dfc27 100644
268c27
--- a/mysql-test/include/mtr_warnings.sql
268c27
+++ b/mysql-test/include/mtr_warnings.sql
adcd75
@@ -363,6 +363,11 @@ INSERT INTO global_suppressions VALUES
adcd75
  */
adcd75
  ("Manifest file '.*' is not read-only. For better security, please make sure that the file is read-only."),
a1be07
 
a1be07
+ /*
a1be07
+   ARM32 don't support timers and get this warning in every test.
a1be07
+ */
a1be07
+ ("The CYCLE timer is not available. WAIT events in the performance_schema will not be timed."),
a1be07
+
268c27
  ("THE_LAST_SUPPRESSION");
a1be07
 
a1be07