1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Don't test innodb-use-sys-malloc under Valgrind.

InnoDB does not bother to free explicitly one-time allocations at exit, so we get lots of
"still reachable" warnings in Valgrind with innodb-use-sys-malloc enabled.
This commit is contained in:
unknown
2009-09-12 09:38:39 +02:00
parent 829c6099b7
commit 1ae43d6ec8
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,5 @@
--source include/have_innodb.inc
# XtraDB has lots of memory leak warnings at shutdown when
# XtraDB has lots of "still reachable" memory leak warnings at shutdown when
# --innodb-use-sys-malloc
--source include/not_valgrind.inc