List:Commits« Previous MessageNext Message »
From:msvensson Date:August 28 2007 1:35pm
Subject:bk commit into 5.1 tree (msvensson:1.2582)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 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-08-28 15:35:42+02:00, msvensson@pilot.(none) +1 -0
  Remove unportable construct in loaddata.test

  mysql-test/t/loaddata.test@stripped, 2007-08-28 15:35:41+02:00, msvensson@pilot.(none) +1 -1
    Remove unportable construct in loaddata.test

diff -Nrup a/mysql-test/t/loaddata.test b/mysql-test/t/loaddata.test
--- a/mysql-test/t/loaddata.test	2007-08-28 15:33:11 +02:00
+++ b/mysql-test/t/loaddata.test	2007-08-28 15:35:41 +02:00
@@ -262,6 +262,6 @@ select @@character_set_filesystem;
 LOAD DATA INFILE 't@002d1' INTO TABLE t1;
 SELECT * FROM t1;
 DROP TABLE t1;
---exec rm $MYSQLTEST_VARDIR/master-data/test/t@002d1
+remove_file $MYSQLTEST_VARDIR/master-data/test/t@002d1;
 SET character_set_filesystem=default;
 select @@character_set_filesystem;
Thread
bk commit into 5.1 tree (msvensson:1.2582)msvensson28 Aug