mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
upmerge 50414
This commit is contained in:
commit
0aa948dcd1
1 changed files with 6 additions and 0 deletions
|
@ -201,6 +201,12 @@ INSERT INTO global_suppressions VALUES
|
|||
("==[0-9]*== For more details"),
|
||||
/* This comes with innodb plugin tests */
|
||||
("==[0-9]*== Warning: set address range perms: large range"),
|
||||
|
||||
/* valgrind warnings: invalid file descriptor -1 in syscall
|
||||
write()/read(). Bug #50414 */
|
||||
("==[0-9]*== Warning: invalid file descriptor -1 in syscall write()"),
|
||||
("==[0-9]*== Warning: invalid file descriptor -1 in syscall read()"),
|
||||
|
||||
/*
|
||||
Transient network failures that cause warnings on reconnect.
|
||||
BUG#47743 and BUG#47983.
|
||||
|
|
Loading…
Add table
Reference in a new issue