Skip to content

Commit 00bc625

Browse files
author
Arun Kuruvila
committed
Bug#27302459: EMPTY VALUE IN MYSQL.PLUGIN TABLE CAUSES
SERVER TO EXIT ON STARTUP Post push patch to fix valgrind test failure in PB2 5.6 RB#22243
1 parent 3b3b878 commit 00bc625

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

mysql-test/valgrind.supp

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2005, 2017, Oracle and/or its affiliates. All rights reserved.
1+
# Copyright (c) 2005, 2019, Oracle and/or its affiliates. All rights reserved.
22
#
33
# This program is free software; you can redistribute it and/or
44
# modify it under the terms of the GNU Library General Public
@@ -992,3 +992,24 @@
992992
fun:_Z11mysqld_mainiPPc
993993
fun:main
994994
}
995+
996+
{
997+
OpenSSL libstdc++ version 5 / three
998+
Memcheck:Leak
999+
match-leak-kinds: reachable
1000+
fun:malloc
1001+
obj:*/libstdc++.so*
1002+
fun:call_init.part.0
1003+
fun:call_init
1004+
fun:_dl_init
1005+
}
1006+
1007+
{
1008+
Memory leak in dlerror
1009+
Memcheck:Leak
1010+
match-leak-kinds: reachable
1011+
fun:malloc
1012+
fun:vasprintf
1013+
fun:asprintf
1014+
fun:dlerror
1015+
}

0 commit comments

Comments
 (0)