15 lines
583 B
Diff
15 lines
583 B
Diff
--- 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: "),
|
|
|
|
/*
|
|
+ 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."),
|
|
+
|
|
+ /*
|
|
Manifest file processing
|
|
*/
|
|
("Manifest file '.*' is not read-only. For better security, please make sure that the file is read-only."),
|