Below is the list of changes that have just been committed into a local
5.1 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-05 17:05:59+01:00, mkindahl@stripped +1 -0
Fixes to make tests pass on vanilla build.
mysql-test/suite/binlog/t/binlog_old_versions.test@stripped, 2008-02-05 17:05:50+01:00, mkindahl@stripped +1 -1
Adding --local-load to 'mysqlbinlog' and --local-infile=1 to 'mysql'.
diff -Nrup a/mysql-test/suite/binlog/t/binlog_old_versions.test b/mysql-test/suite/binlog/t/binlog_old_versions.test
--- a/mysql-test/suite/binlog/t/binlog_old_versions.test 2008-02-05 14:41:56 +01:00
+++ b/mysql-test/suite/binlog/t/binlog_old_versions.test 2008-02-05 17:05:50 +01:00
@@ -59,7 +59,7 @@ DROP TABLE t1, t2, t3;
# part and the "get xid event" part, and it does not create table t2.
# Read binlog.
---exec $MYSQL_BINLOG suite/binlog/std_data/binlog_old_version_4_1.000001 | $MYSQL
+--exec $MYSQL_BINLOG --local-load=$MYSQLTEST_VARDIR/tmp/ suite/binlog/std_data/binlog_old_version_4_1.000001 | $MYSQL --local-infile=1
# Show result.
SELECT * FROM t1 ORDER BY a;
SELECT COUNT(*) FROM t3;
| Thread |
|---|
| • bk commit into 5.1 tree (mkindahl:1.2537) | Mats Kindahl | 5 Feb |