summaryrefslogtreecommitdiff
path: root/mysql-test/valgrind.supp
diff options
context:
space:
mode:
authorunknown <kent@mysql.com>2006-05-16 22:47:22 +0200
committerunknown <kent@mysql.com>2006-05-16 22:47:22 +0200
commit61bd3fa055e6d3e39ac20ed3c7568cccf955cf6e (patch)
treeabfc73003192b7a0e3d43b124d5ab76518872870 /mysql-test/valgrind.supp
parentaba2ccbcc88a8e82c475a711cfda011a323cb775 (diff)
downloadmariadb-git-61bd3fa055e6d3e39ac20ed3c7568cccf955cf6e.tar.gz
mysql.spec.sh:
Removed Berkeley DB configure.in: Adjusted Netware support basic.t.c: Change for Netware Makefile.am: Use thread safe libmysqlclient_r if it was built valgrind.supp: Hide report about strlen/_dl_init_paths ha_tina.cc: Temporarely disable CSV engine on Netware, as the engine depends on mmap() net_serv.cc: Include <sys/select.h> for Netware sql/net_serv.cc: Include <sys/select.h> for Netware storage/csv/ha_tina.cc: Temporarely disable CSV engine on Netware, as the engine depends on mmap() mysql-test/valgrind.supp: Hide report about strlen/_dl_init_paths tests/Makefile.am: Use thread safe libmysqlclient_r if it was built unittest/mytap/t/basic.t.c: Change for Netware configure.in: Adjusted Netware support support-files/mysql.spec.sh: Removed Berkeley DB
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r--mysql-test/valgrind.supp9
1 files changed, 9 insertions, 0 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp
index fd51e4f064c..e1c67386744 100644
--- a/mysql-test/valgrind.supp
+++ b/mysql-test/valgrind.supp
@@ -131,6 +131,15 @@
obj:/lib/ld-*.so
}
+{
+ strlen/_dl_init_paths/dl_main/_dl_sysdep_start(Cond)
+ Memcheck:Cond
+ fun:strlen
+ fun:_dl_init_paths
+ fun:dl_main
+ fun:_dl_sysdep_start
+}
+
{
pthread errno
Memcheck:Leak