File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 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.
2
2
--
3
3
-- This program is free software; you can redistribute it and/or modify
4
4
-- it under the terms of the GNU General Public License, version 2.0,
@@ -222,6 +222,10 @@ INSERT INTO global_suppressions VALUES
222
222
(" ==[0-9]*== Warning: invalid file descriptor -1 in syscall write()" ),
223
223
(" ==[0-9]*== Warning: invalid file descriptor -1 in syscall read()" ),
224
224
225
+ /* Suppress warnings caused by foreign clients, see Bug#31893901 */
226
+
227
+ (" IP address .* could not be resolved.*" ),
228
+
225
229
/*
226
230
Transient network failures that cause warnings on reconnect.
227
231
BUG#47743 and BUG#47983.
You can’t perform that action at this time.
0 commit comments