mysql/community-mysql-arm32-timer...

17 lines
551 B
Diff
Raw Normal View History

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-01-02 18:17:25 +00:00
index 60bfdb0b..7e02101b 100644
2019-10-14 09:04:55 +00:00
--- a/mysql-test/include/mtr_warnings.sql
+++ b/mysql-test/include/mtr_warnings.sql
2020-01-02 18:17:25 +00:00
@@ -273,6 +273,11 @@ INSERT INTO global_suppressions VALUES
*/
2020-01-02 18:17:25 +00:00
("The transaction owned GTID is already in the gtid_executed table"),
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