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-18 21:48:16+02:00, msvensson@stripped +1 -0
Remove unportable use of "system rm"
mysql-test/t/binlog_killed.test@stripped, 2007-10-18 21:48:14+02:00, msvensson@stripped +1 -1
Remove unportable use of "system rm"
diff -Nrup a/mysql-test/t/binlog_killed.test b/mysql-test/t/binlog_killed.test
--- a/mysql-test/t/binlog_killed.test 2007-06-07 20:25:21 +02:00
+++ b/mysql-test/t/binlog_killed.test 2007-10-18 21:48:14 +02:00
@@ -242,7 +242,7 @@ drop function bug27563;
drop function bug27565;
}
-system rm $MYSQLTEST_VARDIR/tmp/kill_query_calling_sp.binlog ;
+remove_file $MYSQLTEST_VARDIR/tmp/kill_query_calling_sp.binlog ;
drop table t1,t2,t3;
| Thread |
|---|
| • bk commit into 5.0 tree (msvensson:1.2522) | msvensson | 18 Oct |