1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

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

This commit is contained in:
Monty
2024-03-09 12:09:43 +02:00
parent f838b2d799
commit b3d507ff13

View File

@@ -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 "); call mtr.add_suppression("Could not read packet:.* errno: 11 ");
# The following one comes from calling dirty_close on client side # 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: 2 ");
call mtr.add_suppression("Could not read packet:.* errno: 35 ");
--enable_query_log --enable_query_log
let $org_log_warnings=`select @@global.log_warnings`; let $org_log_warnings=`select @@global.log_warnings`;