mysql/mysql-arm32-timer.patch

15 lines
583 B
Diff
Raw Normal View History

2021-05-18 19:33:42 +08:00
--- mysql-8.0.24-bak/mysql-test/include/mtr_warnings.sql 2021-03-22 16:44:50.000000000 +0800
+++ mysql-8.0.24/mysql-test/include/mtr_warnings.sql 2021-05-07 10:58:00.852352992 +0800
@@ -304,6 +304,11 @@
("Invalid systemd notify socket, cannot send: "),
2021-05-18 19:33:42 +08: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."),
+
2021-05-18 19:33:42 +08:00
+ /*
Manifest file processing
*/
("Manifest file '.*' is not read-only. For better security, please make sure that the file is read-only."),