2019-10-14 09:04:55 +00:00
|
|
|
diff --git a/mysql-test/include/mtr_warnings.sql b/mysql-test/include/mtr_warnings.sql
|
2020-07-16 10:48:57 +00:00
|
|
|
index 990fe81..c2e1b36 100644
|
2019-10-14 09:04:55 +00:00
|
|
|
--- a/mysql-test/include/mtr_warnings.sql
|
|
|
|
+++ b/mysql-test/include/mtr_warnings.sql
|
2020-07-16 10:48:57 +00:00
|
|
|
@@ -292,6 +292,11 @@ INSERT INTO global_suppressions VALUES
|
2018-10-23 14:35:29 +00:00
|
|
|
*/
|
2020-07-16 10:48:57 +00:00
|
|
|
("Channel mysql_main configured to support TLS"),
|
2018-04-25 08:13:27 +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."),
|
|
|
|
+
|
2019-10-14 09:04:55 +00:00
|
|
|
("THE_LAST_SUPPRESSION");
|
2018-04-25 08:13:27 +00:00
|
|
|
|
|
|
|
|