Commit b3d507ff authored by Monty's avatar Monty

Suppressed new warning for rpl_get_lock on amd-freebsd and aarch64-macos

parent f838b2d7
......@@ -5,6 +5,7 @@ CALL mtr.add_suppression("Unsafe statement written to the binary log using state
call mtr.add_suppression("Could not read packet:.* errno: 11 ");
# The following one comes from calling dirty_close on client side
call mtr.add_suppression("Could not read packet:.* errno: 2 ");
call mtr.add_suppression("Could not read packet:.* errno: 35 ");
--enable_query_log
let $org_log_warnings=`select @@global.log_warnings`;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment