Below is the list of changes that have just been committed into a local
4.1 repository of kent. When kent 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.2463 06/03/08 03:51:59 kent@stripped +1 -0
mysql-test-run.pl:
Allow space in base directory path, bug#15736
mysql-test/mysql-test-run.pl
1.55 06/03/08 03:51:46 kent@stripped +2 -2
Allow space in base directory path, bug#15736
# 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: kent
# Host: c-4c4072d5.010-2112-6f72651.cust.bredbandsbolaget.se
# Root: /Users/kent/mysql/bk/mysql-4.1-new
--- 1.54/mysql-test/mysql-test-run.pl 2006-03-01 13:15:33 +01:00
+++ 1.55/mysql-test/mysql-test-run.pl 2006-03-08 03:51:46 +01:00
@@ -429,9 +429,9 @@
if ( $glob_cygwin_perl )
{
# Windows programs like 'mysqld' needs Windows paths
- $glob_mysql_test_dir= `cygpath -m $glob_mysql_test_dir`;
+ $glob_mysql_test_dir= `cygpath -m "$glob_mysql_test_dir"`;
my $shell= $ENV{'SHELL'} || "/bin/bash";
- $glob_cygwin_shell= `cygpath -w $shell`; # The Windows path c:\...
+ $glob_cygwin_shell= `cygpath -w "$shell"`; # The Windows path c:\...
chomp($glob_mysql_test_dir);
chomp($glob_cygwin_shell);
}
Thread |
---|
• bk commit into 4.1 tree (kent:1.2463) BUG#15736 | kent | 8 Mar |