From b33437f18a8291f9ff0a779d6aa66ed8a9afffc6 Mon Sep 17 00:00:00 2001 From: Andrei Elkin Date: Mon, 26 Jan 2009 17:24:43 +0200 Subject: [PATCH] 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. mysql-test/suite/rpl/t/rpl_cross_version-master.opt: satisfying pb's mtr that uses --vardir to shm. --- mysql-test/suite/rpl/t/rpl_cross_version-master.opt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/suite/rpl/t/rpl_cross_version-master.opt b/mysql-test/suite/rpl/t/rpl_cross_version-master.opt index 3ce0804d62f..01987c5c8a6 100644 --- a/mysql-test/suite/rpl/t/rpl_cross_version-master.opt +++ b/mysql-test/suite/rpl/t/rpl_cross_version-master.opt @@ -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