Blame SOURCES/mysql-arm32-timer.patch

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