17 lines
543 B
Diff
17 lines
543 B
Diff
diff --git a/mysql-test/include/mtr_warnings.sql b/mysql-test/include/mtr_warnings.sql
|
|
index c62deb3d..3ae57613 100644
|
|
--- a/mysql-test/include/mtr_warnings.sql
|
|
+++ b/mysql-test/include/mtr_warnings.sql
|
|
@@ -265,6 +265,11 @@ INSERT INTO global_suppressions VALUES
|
|
*/
|
|
("The SSL library function CRYPTO_set_mem_functions failed"),
|
|
|
|
+ /*
|
|
+ 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");
|
|
|
|
|