diff options
author | unknown <monty@mysql.com> | 2006-06-23 10:46:16 +0300 |
---|---|---|
committer | unknown <monty@mysql.com> | 2006-06-23 10:46:16 +0300 |
commit | caf21245cc5c44580407919f7acef4683a7a21dd (patch) | |
tree | a951bb02e0c2fb0b18b7d165d3208cc073ceba86 /mysql-test/valgrind.supp | |
parent | 1e4d1f9b29ce3d6f31cd60fa260454e3fa705919 (diff) | |
download | mariadb-git-caf21245cc5c44580407919f7acef4683a7a21dd.tar.gz |
Suppress memory leak from 'kill_server'
(Happens if main thread exists before kill_server thread, which is ok)
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r-- | mysql-test/valgrind.supp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index dc0f6bf1977..c30d5c8f43e 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -446,3 +446,13 @@ fun:ListAdd fun:_db_set_ } + +{ + dbug initialization by kill_server + Memcheck:Leak + fun:malloc + fun:DbugMalloc + fun:code_state + fun:_db_enter_ + fun:kill_server +} |