From: Date: January 26 2009 3:49pm Subject: bzr commit into mysql-5.1-bugteam branch (aelkin:2748) Bug#31240 List-Archive: http://lists.mysql.com/commits/64031 X-Bug: 31240 Message-Id: <200901261449.n0QEnqSk014383@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:ramil@stripped 2748 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 with a value allowable the test to pass on pb. modified: mysql-test/suite/rpl/t/rpl_cross_version-master.opt per-file messages: mysql-test/suite/rpl/t/rpl_cross_version-master.opt Overriding a default value of --secure-file-priv with a value allowable the test to pass on pb. === 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-22 14:55:14 +0000 +++ b/mysql-test/suite/rpl/t/rpl_cross_version-master.opt 2009-01-26 14:49:42 +0000 @@ -1 +1 @@ ---replicate-same-server-id --relay-log=slave-relay-bin +--replicate-same-server-id --relay-log=slave-relay-bin --secure-file-priv=$MYSQL_TEST_DIR