Blame SOURCES/mysql-arm32-timer.patch

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