mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +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:
@ -1,5 +1,8 @@
|
|||||||
--source include/have_innodb.inc
|
--source include/have_innodb.inc
|
||||||
-- source suite/innodb/include/have_innodb_plugin.inc
|
-- source suite/innodb/include/have_innodb_plugin.inc
|
||||||
|
# XtraDB has lots of "still reachable" memory leak warnings at shutdown when
|
||||||
|
# --innodb-use-sys-malloc
|
||||||
|
--source include/not_valgrind.inc
|
||||||
|
|
||||||
#display current value of innodb_use_sys_malloc
|
#display current value of innodb_use_sys_malloc
|
||||||
SELECT @@GLOBAL.innodb_use_sys_malloc;
|
SELECT @@GLOBAL.innodb_use_sys_malloc;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
--source include/have_innodb.inc
|
--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
|
# --innodb-use-sys-malloc
|
||||||
--source include/not_valgrind.inc
|
--source include/not_valgrind.inc
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user