List:Commits« Previous MessageNext Message »
From:knielsen Date:April 12 2006 12:32pm
Subject:bk commit into 4.1 tree (knielsen:1.2459)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of knielsen. When knielsen 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
  1.2459 06/04/12 14:32:34 knielsen@stripped +1 -0
  Fix broken --valgrind-options option.

  mysql-test/mysql-test-run.pl
    1.63 06/04/12 14:32:15 knielsen@stripped +1 -1
    Fix broken --valgrind-options option.

# 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:	knielsen
# Host:	rt.int.sifira.dk
# Root:	/usr/local/mysql/mysql-4.1-mtr-fix

--- 1.62/mysql-test/mysql-test-run.pl	2006-04-08 22:27:27 +02:00
+++ 1.63/mysql-test/mysql-test-run.pl	2006-04-12 14:32:15 +02:00
@@ -2436,7 +2436,7 @@
   if ( $opt_valgrind_options )
   {
     # FIXME split earlier and put into @glob_valgrind_*
-    mtr_add_arg($args, split(' ', $opt_valgrind_options));
+    mtr_add_arg($args, '%s', $_) for (split(' ', $opt_valgrind_options)));
   }
 
   mtr_add_arg($args, $$exe);
Thread
bk commit into 4.1 tree (knielsen:1.2459)knielsen12 Apr