diff options
author | Michael Widenius <monty@askmonty.org> | 2011-10-05 16:53:35 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2011-10-05 16:53:35 +0300 |
commit | 5f607a2c705063ef23a9974b34151a991e80538f (patch) | |
tree | 0de4210469ed304104cb40c99052404661177335 /mysql-test/valgrind.supp | |
parent | 5c3e18fe0e35fe8dc389238e84e644115e9a8535 (diff) | |
parent | 1351bef4df851f7a867c0732d46a322165168b63 (diff) | |
download | mariadb-git-5f607a2c705063ef23a9974b34151a991e80538f.tar.gz |
Automatic merge with 5.1
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r-- | mysql-test/valgrind.supp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index cc1ee850e29..e13c0367772 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -396,6 +396,15 @@ } { + dlsym memory loss from udf_free on SuSE 11.1 x64 variant 2 + Memcheck:Leak + fun:calloc + obj:/lib*/ld-*.so + fun:dlclose + fun:udf_free +} + +{ dlclose memory loss from plugin variant 1 Memcheck:Leak fun:calloc |