Blame SOURCES/mysql-arm32-timer.patch

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