Below is the list of changes that have just been committed into a local
5.1 repository of ksm. When ksm 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-15 14:53:14+04:00, skozlov@stripped +1 -0
Fixed path to tmp directory for rpl_mixed_dml.inc
mysql-test/suite/rpl/include/rpl_mixed_dml.inc@stripped, 2007-08-15 14:53:05+04:00, skozlov@stripped +1 -1
Fixed path to tmp directory
diff -Nrup a/mysql-test/suite/rpl/include/rpl_mixed_dml.inc b/mysql-test/suite/rpl/include/rpl_mixed_dml.inc
--- a/mysql-test/suite/rpl/include/rpl_mixed_dml.inc 2007-08-01 14:49:10 +04:00
+++ b/mysql-test/suite/rpl/include/rpl_mixed_dml.inc 2007-08-15 14:53:05 +04:00
@@ -51,7 +51,7 @@ DELETE FROM t2 WHERE a = 2;
--echo
--echo ******************** LOAD DATA INFILE ********************
---exec cp ./suite/rpl/data/rpl_mixed.dat ./var/tmp/
+--exec cp ./suite/rpl/data/rpl_mixed.dat $MYSQLTEST_VARDIR/tmp/
LOAD DATA INFILE '../tmp/rpl_mixed.dat' INTO TABLE t1 FIELDS TERMINATED BY '|' ;
--exec rm ./var/tmp/rpl_mixed.dat
SELECT * FROM t1;
| Thread |
|---|
| • bk commit into 5.1 tree (skozlov:1.2553) | Serge Kozlov | 15 Aug |