Blame SOURCES/mysql-arm32-timer.patch

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