mysql/mysql-arm32-timer.patch

15 lines
530 B
Diff
Raw Normal View History

--- mysql-8.0.24/mysql-test/include/mtr_warnings.sql.orig 2021-04-18 18:04:05.166312799 +0200
+++ mysql-8.0.24/mysql-test/include/mtr_warnings.sql 2021-04-18 18:04:23.605495467 +0200
@@ -308,6 +308,11 @@
*/
("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