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:
@@ -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`;
|
||||||
|
Reference in New Issue
Block a user