diff options
author | unknown <knielsen@mysql.com> | 2006-06-21 12:52:59 +0200 |
---|---|---|
committer | unknown <knielsen@mysql.com> | 2006-06-21 12:52:59 +0200 |
commit | dce98ec42d7cc4f3a38773b10f9a320e89221ce1 (patch) | |
tree | 0bcf12dd9de7041a69c2fcfe4178511eb45e2edb /mysql-test/valgrind.supp | |
parent | c6b67f0d15dc00e8863733893471b00e98d541f0 (diff) | |
download | mariadb-git-dce98ec42d7cc4f3a38773b10f9a320e89221ce1.tar.gz |
BUG#20578
Backport Valgrind suppression from mysql-5.1:
D 1.4 05/11/23 22:44:54+02:00 monty@mysql.com 5 4 12/0/154
P mysql-test/valgrind.supp
C Remove warning that may happens becasue threads dies in different order
mysql-test/valgrind.supp:
Add suppression for Valgrind warning.
Diffstat (limited to 'mysql-test/valgrind.supp')
-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. # |