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.2460 06/04/24 15:36:42 knielsen@stripped +1 -0
Fix typo in mysql-test-run.pl (not caught by aotupush since it uses mysql-test-run.sh).
mysql-test/mysql-test-run.pl
1.64 06/04/24 15:36:27 knielsen@stripped +1 -1
Fix typo.
# 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.63/mysql-test/mysql-test-run.pl 2006-04-12 14:32:15 +02:00
+++ 1.64/mysql-test/mysql-test-run.pl 2006-04-24 15:36:27 +02:00
@@ -2436,7 +2436,7 @@
if ( $opt_valgrind_options )
{
# FIXME split earlier and put into @glob_valgrind_*
- mtr_add_arg($args, '%s', $_) for (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.2460) | knielsen | 24 Apr |