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

17 lines
562 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
2023-08-09 17:24:52 +00:00
index 78b09285..b7153445 100644
2021-07-20 16:07:13 +00:00
--- a/mysql-test/include/mtr_warnings.sql
+++ b/mysql-test/include/mtr_warnings.sql
2023-08-09 17:24:52 +00:00
@@ -376,6 +376,11 @@ INSERT INTO global_suppressions VALUES
("'mysql_native_password' is deprecated and will be removed in a future release."),
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