Blame SOURCES/mysql-arm32-timer.patch

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