#At lp:maria

 2729 [email protected]  2009-09-12
      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.
      modified:
        mysql-test/suite/innodb/t/innodb-use-sys-malloc.test
        mysql-test/t/innodb-use-sys-malloc.test

=== modified file 'mysql-test/suite/innodb/t/innodb-use-sys-malloc.test'
--- a/mysql-test/suite/innodb/t/innodb-use-sys-malloc.test      2009-06-24 
17:18:58 +0000
+++ b/mysql-test/suite/innodb/t/innodb-use-sys-malloc.test      2009-09-12 
07:38:39 +0000
@@ -1,5 +1,8 @@
 --source include/have_innodb.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
 SELECT @@GLOBAL.innodb_use_sys_malloc;

=== modified file 'mysql-test/t/innodb-use-sys-malloc.test'
--- a/mysql-test/t/innodb-use-sys-malloc.test   2009-06-18 12:39:21 +0000
+++ b/mysql-test/t/innodb-use-sys-malloc.test   2009-09-12 07:38:39 +0000
@@ -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
 


_______________________________________________
Mailing list: https://launchpad.net/~maria-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~maria-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to