List:Commits« Previous MessageNext Message »
From:msvensson Date:November 7 2006 4:09pm
Subject:bk commit into 4.1 tree (msvensson:1.2548) BUG#23981
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of msvensson. When msvensson does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2006-11-07 16:09:32+01:00, msvensson@neptunus.(none) +1 -0
  Bug#23981 memory leaks from yassl code + other
   - Readd --skip-bdb when valgrinding

  mysql-test/mysql-test-run.pl@stripped, 2006-11-07 16:09:31+01:00, msvensson@neptunus.(none)
+5 -0
    Readd --skip-bdb when valgrinding

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	msvensson
# Host:	neptunus.(none)
# Root:	/home/msvensson/mysql/mysql-4.1-maint

--- 1.139/mysql-test/mysql-test-run.pl	2006-11-07 16:09:37 +01:00
+++ 1.140/mysql-test/mysql-test-run.pl	2006-11-07 16:09:37 +01:00
@@ -3347,6 +3347,11 @@ sub mysqld_arguments ($$$$$) {
   if ( $opt_valgrind_mysqld )
   {
     mtr_add_arg($args, "%s--skip-safemalloc", $prefix);
+
+    if ( $mysql_version_id < 50100 )
+    {
+      mtr_add_arg($args, "%s--skip-bdb", $prefix);
+    }
   }
 
   my $pidfile;
Thread
bk commit into 4.1 tree (msvensson:1.2548) BUG#23981msvensson7 Nov