Blame SOURCES/mysql-arm32-timer.patch

a1be07
--- mysql-8.0.4-rc/mysql-test/include/mtr_warnings.sql~	2018-01-18 16:52:52.000000000 +0100
a1be07
+++ mysql-8.0.4-rc/mysql-test/include/mtr_warnings.sql	2018-03-08 20:14:48.537507245 +0100
a1be07
@@ -311,6 +311,11 @@
a1be07
  */
a1be07
  ("The SSL library function CRYPTO_set_mem_functions failed"),
a1be07
 
a1be07
+ /*
a1be07
+   ARM32 don't support timers and get this warning in every test.
a1be07
+ */
a1be07
+ ("The CYCLE timer is not available. WAIT events in the performance_schema will not be timed."),
a1be07
+
a1be07
  ("THE_LAST_SUPPRESSION")||
a1be07
 
a1be07