Below is the list of changes that have just been committed into a local
5.0 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, 2007-10-05 18:36:23+02:00, msvensson@shellback.(none) +1 -0
Bug#30560 Valgrind option to mysql-test-run with spaces in cause strange error
mysql-test/mysql-test-run.pl@stripped, 2007-10-05 18:36:18+02:00, msvensson@shellback.(none) +1 -1
Just pass the $opt_valgrind_options to mtr_add_arg - it does a
"push(@$args, sprintf($format, @fargs));" behind the scenes
diff -Nrup a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
--- a/mysql-test/mysql-test-run.pl 2007-10-05 17:54:16 +02:00
+++ b/mysql-test/mysql-test-run.pl 2007-10-05 18:36:18 +02:00
@@ -5007,7 +5007,7 @@ sub valgrind_arguments {
}
# Add valgrind options, can be overriden by user
- mtr_add_arg($args, '%s', $_) for (split(' ', $opt_valgrind_options));
+ mtr_add_arg($args, '%s', $opt_valgrind_options);
mtr_add_arg($args, $$exe);
| Thread |
|---|
| • bk commit into 5.0 tree (msvensson:1.2533) BUG#30560 | msvensson | 5 Oct |