Below is the list of changes that have just been committed into a local
5.0 repository of mkindahl. When mkindahl 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-02-01 10:46:02+01:00, mkindahl@stripped +1 -0
Changes to make tests pass on vanilla build.
mysql-test/t/binlog_start_comment.test@stripped, 2008-02-01 10:45:52+01:00,
mkindahl@stripped +1 -1
Adding --local-infile=1 to enable local infile for mysql client.
diff -Nrup a/mysql-test/t/binlog_start_comment.test
b/mysql-test/t/binlog_start_comment.test
--- a/mysql-test/t/binlog_start_comment.test 2008-01-31 12:17:19 +01:00
+++ b/mysql-test/t/binlog_start_comment.test 2008-02-01 10:45:52 +01:00
@@ -15,7 +15,7 @@ insert into t2 values ("Ada");
flush logs;
select * from t2;
--exec $MYSQL_BINLOG $MYSQLTEST_VARDIR/log/master-bin.000001 >
$MYSQLTEST_VARDIR/tmp/binlog_start_comment.binlog
---exec $MYSQL < $MYSQLTEST_VARDIR/tmp/binlog_start_comment.binlog
+--exec $MYSQL --local-infile=1 < $MYSQLTEST_VARDIR/tmp/binlog_start_comment.binlog
flush logs;
select * from t2;
| Thread |
|---|
| • bk commit into 5.0 tree (mkindahl:1.2569) | Mats Kindahl | 1 Feb |