From a68fb2d8219f6bccc573009600e9f23e89226a5e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 20:04:16 +0200 Subject: Adding upstream version 1:10.6.11. Signed-off-by: Daniel Baumann --- mysql-test/main/mysql_client_test_nonblock.result | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 mysql-test/main/mysql_client_test_nonblock.result (limited to 'mysql-test/main/mysql_client_test_nonblock.result') diff --git a/mysql-test/main/mysql_client_test_nonblock.result b/mysql-test/main/mysql_client_test_nonblock.result new file mode 100644 index 00000000..391794f0 --- /dev/null +++ b/mysql-test/main/mysql_client_test_nonblock.result @@ -0,0 +1,7 @@ +SET @old_general_log= @@global.general_log; +SET @old_slow_query_log= @@global.slow_query_log; +call mtr.add_suppression(" Error reading file './client_test_db/test_frm_bug.frm'"); +call mtr.add_suppression(" IP address .* could not be resolved"); +ok +SET @@global.general_log= @old_general_log; +SET @@global.slow_query_log= @old_slow_query_log; -- cgit v1.2.3