Skip to content

Commit be6522e

Browse files
committed
Merge branch 'mysql-5.6' into mysql-5.7
2 parents 344f004 + 9442668 commit be6522e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

mysql-test/include/mtr_warnings.sql

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Copyright (c) 2008, 2019, Oracle and/or its affiliates. All rights reserved.
1+
-- Copyright (c) 2008, 2020, Oracle and/or its affiliates. All rights reserved.
22
--
33
-- This program is free software; you can redistribute it and/or modify
44
-- it under the terms of the GNU General Public License, version 2.0,
@@ -222,6 +222,10 @@ INSERT INTO global_suppressions VALUES
222222
("==[0-9]*== Warning: invalid file descriptor -1 in syscall write()"),
223223
("==[0-9]*== Warning: invalid file descriptor -1 in syscall read()"),
224224

225+
/* Suppress warnings caused by foreign clients, see Bug#31893901 */
226+
227+
("IP address .* could not be resolved.*"),
228+
225229
/*
226230
Transient network failures that cause warnings on reconnect.
227231
BUG#47743 and BUG#47983.

0 commit comments

Comments
 (0)