From a0a7cb03ae23d4962c3b8f710ebed4b0764efb56 Mon Sep 17 00:00:00 2001 From: Sergey Petrunia Date: Mon, 15 Jun 2009 20:22:08 +0400 Subject: [PATCH] Fix spurious valgrind warnings in rpl_trigger.test --- mysql-test/valgrind.supp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index 2d90213b112..bcc4991d4c5 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -631,3 +631,13 @@ fun:malloc fun:inet_ntoa } + +# +# Some problem inside glibc on Ubuntu 9.04, x86 (but not amd64) +# +{ + Mem loss inside nptl_pthread_exit_hack_handler + Memcheck:Leak + ... + fun:nptl_pthread_exit_hack_handler +}