2021-03-30 14:11:26 +00:00
|
|
|
diff --git a/mysql-test/include/mtr_warnings.sql b/mysql-test/include/mtr_warnings.sql
|
2021-10-06 09:00:52 +00:00
|
|
|
index 7a56616a..5e5f7950 100644
|
2021-03-30 14:11:26 +00:00
|
|
|
--- a/mysql-test/include/mtr_warnings.sql
|
|
|
|
+++ b/mysql-test/include/mtr_warnings.sql
|
2021-10-06 09:00:52 +00:00
|
|
|
@@ -359,6 +359,11 @@ INSERT INTO global_suppressions VALUES
|
|
|
|
("A deprecated TLS version TLSv1 is enabled for channel"),
|
|
|
|
("A deprecated TLS version TLSv1.1 is enabled for channel"),
|
2019-08-02 16:16:39 +00:00
|
|
|
|
|
|
|
+ /*
|
|
|
|
+ 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."),
|
|
|
|
+
|
2021-03-30 14:11:26 +00:00
|
|
|
("THE_LAST_SUPPRESSION");
|
2019-08-02 16:16:39 +00:00
|
|
|
|
|
|
|
|