List:Commits« Previous MessageNext Message »
From:Jim Winstead Date:October 2 2006 11:03pm
Subject:bk commit into 5.0 tree (jimw:1.2293)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of jimw. When jimw 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-10-02 16:03:26-07:00, jimw@rama.(none) +1 -0
  Fix path used in testing C/ODBC 3.51

  mysql-test/suite/connectors/init.pl@stripped, 2006-10-02 16:03:04-07:00, jimw@rama.(none) +1 -2
    Fix path used for unpacking c/odbc3

# 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:	jimw
# Host:	rama.(none)
# Root:	/home/jimw/my/mysql-5.0-more-tests

--- 1.3/mysql-test/suite/connectors/init.pl	2006-10-02 16:03:31 -07:00
+++ 1.4/mysql-test/suite/connectors/init.pl	2006-10-02 16:03:31 -07:00
@@ -30,7 +30,6 @@
   }
 
   # Unpack the Ruby/MySQL distribution
-  my $pwd= cwd;
   chdir $suitedir;
   open TGZ, "-|", "gzip -dc $tgz | tar xf -"
     or die "couldn't unpack: $!";
@@ -64,7 +63,7 @@
   }
 
   # Unpack the distribution
-  chdir $ENV{MYSQL_TMP_DIR};
+  chdir $suitedir;
   open TGZ, "-|", "gzip -dc $tgz | tar xf -"
     or die "couldn't unpack: $!";
   print <TGZ>;
Thread
bk commit into 5.0 tree (jimw:1.2293)Jim Winstead3 Oct