Blame SOURCES/mysql-arm32-timer.patch

23d41d
diff --git a/mysql-test/include/mtr_warnings.sql b/mysql-test/include/mtr_warnings.sql
23d41d
index 990fe81..c2e1b36 100644
23d41d
--- a/mysql-test/include/mtr_warnings.sql
23d41d
+++ b/mysql-test/include/mtr_warnings.sql
23d41d
@@ -292,6 +292,11 @@ INSERT INTO global_suppressions VALUES
47f670
  */
23d41d
  ("Channel mysql_main configured to support TLS"),
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