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-02-19 15:46:32+01:00, msvensson@stripped +1 -0
Replace "exec rm" with remove_file and "exec touch" with "write_file"
mysql-test/t/csv.test@stripped, 2007-02-19 15:46:30+01:00, msvensson@stripped +4 -2
Replace "exec rm" with remove_file and "exec touch" with "write_file"
# 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: msvensson
# Host: pilot.blaudden
# Root: /home/msvensson/mysql/mysql-5.0-maint
--- 1.9/mysql-test/t/csv.test 2006-11-20 21:41:40 +01:00
+++ 1.10/mysql-test/t/csv.test 2007-02-19 15:46:30 +01:00
@@ -1398,12 +1398,14 @@
create table bug15205 (val int(11) default null) engine=csv;
create table bug15205_2 (val int(11) default null) engine=csv;
---exec rm $MYSQLTEST_VARDIR/master-data/test/bug15205.CSV
+--remove_file $MYSQLTEST_VARDIR/master-data/test/bug15205.CSV
# system error (can't open the datafile)
--error ER_GET_ERRNO
select * from bug15205;
select * from bug15205_2;
---exec touch $MYSQLTEST_VARDIR/master-data/test/bug15205.CSV
+# Create empty file
+--write_file $MYSQLTEST_VARDIR/master-data/test/bug15205.CSV
+EOF
select * from bug15205;
drop table bug15205;
drop table bug15205_2;
| Thread |
|---|
| • bk commit into 5.0 tree (msvensson:1.2426) | msvensson | 19 Feb |