Blame SOURCES/mysql-arm32-timer.patch

268c27
diff --git a/mysql-test/include/mtr_warnings.sql b/mysql-test/include/mtr_warnings.sql
268c27
index 990fe81..c2e1b36 100644
268c27
--- a/mysql-test/include/mtr_warnings.sql
268c27
+++ b/mysql-test/include/mtr_warnings.sql
268c27
@@ -292,6 +292,11 @@ INSERT INTO global_suppressions VALUES
a1be07
  */
268c27
  ("Channel mysql_main configured to support TLS"),
a1be07
 
a1be07
+ /*
a1be07
+   ARM32 don't support timers and get this warning in every test.
a1be07
+ */
a1be07
+ ("The CYCLE timer is not available. WAIT events in the performance_schema will not be timed."),
a1be07
+
268c27
  ("THE_LAST_SUPPRESSION");
a1be07
 
a1be07