Commit 5a487ccd authored by sasha@mysql.sashanet.com's avatar sasha@mysql.sashanet.com
Browse files

remove hard-coded directory from test result in rpl000001

parent 2ea0b4ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ use test;
drop table if exists t1,t3;
create table t1 (word char(20) not null);
load data infile '../../std_data/words.dat' into table t1;
 load data local infile '/home/sasha/bk/mysql-4.0/mysql-test/std_data/words.dat' into table t1;
 load data local infile '$MYSQL_TEST_DIR/std_data/words.dat' into table t1;
select * from t1;
word
Aarhus
+1 −0
Original line number Diff line number Diff line
eval_result;
source include/master-slave.inc;
connection master;
use test;