diff options
author | jani@a193-229-222-105.elisa-laajakaista.fi <> | 2006-06-21 16:55:47 +0300 |
---|---|---|
committer | jani@a193-229-222-105.elisa-laajakaista.fi <> | 2006-06-21 16:55:47 +0300 |
commit | 143648c35eff042fbba2888747c02907794bc6f9 (patch) | |
tree | b6c510cb87dc761997cd0544eb9505996b3831d6 | |
parent | d3773117a54a4600aa9a8ad69fb36994e5adf4cd (diff) | |
parent | 66bdb6de02d1e3c249b9b1cd779099e85214b919 (diff) | |
download | mariadb-git-143648c35eff042fbba2888747c02907794bc6f9.tar.gz |
Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0
into a193-229-222-105.elisa-laajakaista.fi:/home/jani/mysql-5.0
-rw-r--r-- | mysql-test/valgrind.supp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index 65c5a82db36..24426727968 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -134,6 +134,18 @@ } # +# Warning from my_thread_init becasue mysqld dies before kill thread exists +# + +{ + my_thread_init kill thread memory loss second + Memcheck:Leak + fun:calloc + fun:my_thread_init + fun:kill_server_thread +} + +# # Leaks reported in _dl_* internal functions on Linux amd64 / glibc2.3.2. # |