diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2017-01-12 03:37:35 +0200 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2017-01-12 03:37:35 +0200 |
commit | 4f5338467807f099b67f07d0bfb415358222a2b1 (patch) | |
tree | 9be13fd51713f08b9f5952e73f673cda824377d6 /mysql-test/valgrind.supp | |
parent | 833fda8f1a0c415ced1f2b8c1851809383bcc639 (diff) | |
parent | 1c5ca7c1837b9db071cb2e791d6605f8806af0c1 (diff) | |
download | mariadb-git-4f5338467807f099b67f07d0bfb415358222a2b1.tar.gz |
Merge branch 'bb-10.0-vicentiu' into 10.0mariadb-10.0.29
Extra merge commit due to intermediate commits pushed to 10.0 while
merge was done.
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r-- | mysql-test/valgrind.supp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index a7d7f2ee67a..18c9559ea78 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -967,6 +967,14 @@ fun:backtrace } +{ + memory leak in mysqld_exit + Memcheck:Leak + fun:malloc + fun:_dl_close_worker + fun:_dl_close +} + # # Bug in Glibc 2.9: http://sourceware.org/bugzilla/show_bug.cgi?id=10391 # Fixed in latest Glibc, but suppressed here for running tests on hosts |