Below is the list of changes that have just been committed into a local
5.0 repository of tsmith. When tsmith 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, 2008-01-25 16:00:15-07:00, tsmith@stripped +1 -0
Un-break test case on Windows, for bug #25347
mysql-test/t/mysqlcheck.test@stripped, 2008-01-25 16:00:11-07:00, tsmith@stripped
+3 -2
Use --remove_file and --write_file instead of --exec rm and --exec touch.
diff -Nrup a/mysql-test/t/mysqlcheck.test b/mysql-test/t/mysqlcheck.test
--- a/mysql-test/t/mysqlcheck.test 2008-01-23 09:37:44 -07:00
+++ b/mysql-test/t/mysqlcheck.test 2008-01-25 16:00:11 -07:00
@@ -48,8 +48,9 @@ use d_bug25347;
create table t_bug25347 (a int);
create view v_bug25347 as select * from t_bug25347;
--echo removing and creating
---exec rm $MYSQLTEST_VARDIR/master-data/d_bug25347/t_bug25347.MYI;
---exec touch $MYSQLTEST_VARDIR/master-data/d_bug25347/t_bug25347.MYI;
+--remove_file $MYSQLTEST_VARDIR/master-data/d_bug25347/t_bug25347.MYI
+--write_file $MYSQLTEST_VARDIR/master-data/d_bug25347/t_bug25347.MYI
+EOF
--exec $MYSQL_CHECK --repair --databases d_bug25347
drop view v_bug25347;
drop table t_bug25347;
| Thread |
|---|
| • bk commit into 5.0 tree (tsmith:1.2566) BUG#25347 | tim | 26 Jan |