mysql/mysql-arm32-timer.patch

17 lines
562 B
Diff
Raw Permalink Normal View History

diff --git a/mysql-test/include/mtr_warnings.sql b/mysql-test/include/mtr_warnings.sql
index 78b09285..b7153445 100644
--- a/mysql-test/include/mtr_warnings.sql
+++ b/mysql-test/include/mtr_warnings.sql
@@ -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