From: Andrei Elkin Date: January 26 2009 3:24pm Subject: bzr commit into mysql-5.1-bugteam branch (aelkin:2749) Bug#31240 List-Archive: http://lists.mysql.com/commits/64035 X-Bug: 31240 Message-Id: <200901261524.n0QFOplD015423@mysql1000.dsl.inet.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT #At file:///home/andrei/MySQL/BZR/mysql-5.1-bugteam/ based on revid:aelkin@stripped 2749 Andrei Elkin 2009-01-26 Bug #31240 load data infile replication between (4.0 or 4.1) and 5.1 fails Overriding a default value of --secure-file-priv on pb.mtr to be $MYSQLTEST_VARDIR which makes pb's mtr happy to execute the regression test for the bug. modified: mysql-test/suite/rpl/t/rpl_cross_version-master.opt per-file messages: mysql-test/suite/rpl/t/rpl_cross_version-master.opt satisfying pb's mtr that uses --vardir to shm. === modified file 'mysql-test/suite/rpl/t/rpl_cross_version-master.opt' --- a/mysql-test/suite/rpl/t/rpl_cross_version-master.opt 2009-01-26 14:49:42 +0000 +++ b/mysql-test/suite/rpl/t/rpl_cross_version-master.opt 2009-01-26 15:24:43 +0000 @@ -1 +1 @@ ---replicate-same-server-id --relay-log=slave-relay-bin --secure-file-priv=$MYSQL_TEST_DIR +--replicate-same-server-id --relay-log=slave-relay-bin --secure-file-priv=$MYSQLTEST_VARDIR