mysql8.4/community-mysql-arm32-timer.patch

17 lines
589 B
Diff
Raw Normal View History

2021-07-20 16:07:13 +00:00
diff --git a/mysql-test/include/mtr_warnings.sql b/mysql-test/include/mtr_warnings.sql
2022-01-06 14:47:39 +00:00
index eff14a67..413dfc27 100644
2021-07-20 16:07:13 +00:00
--- a/mysql-test/include/mtr_warnings.sql
+++ b/mysql-test/include/mtr_warnings.sql
2022-01-06 14:47:39 +00:00
@@ -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."),
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