Blame SOURCES/mysql-arm32-timer.patch

23d41d
diff --git a/mysql-test/include/mtr_warnings.sql b/mysql-test/include/mtr_warnings.sql
c8b229
index 7a56616a..5e5f7950 100644
23d41d
--- a/mysql-test/include/mtr_warnings.sql
23d41d
+++ b/mysql-test/include/mtr_warnings.sql
c8b229
@@ -359,6 +359,11 @@ INSERT INTO global_suppressions VALUES
c8b229
  ("A deprecated TLS version TLSv1 is enabled for channel"),
c8b229
  ("A deprecated TLS version TLSv1.1 is enabled for channel"),
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