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