summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl_log.test
diff options
context:
space:
mode:
authormsvensson@neptunus.(none) <>2006-01-24 08:30:54 +0100
committermsvensson@neptunus.(none) <>2006-01-24 08:30:54 +0100
commit09ec2919a1f7b2ef65623ecf62014210f7d74fac (patch)
tree3deb5d61360e5dc82c59792348fac9fabfc410ef /mysql-test/t/rpl_log.test
parent8dce5e198d069079f5fc2b614e003082ce303b2e (diff)
downloadmariadb-git-09ec2919a1f7b2ef65623ecf62014210f7d74fac.tar.gz
Make it possible to run mysql-test-run.pl with default test suite in different vardir.
Diffstat (limited to 'mysql-test/t/rpl_log.test')
-rw-r--r--mysql-test/t/rpl_log.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/rpl_log.test b/mysql-test/t/rpl_log.test
index 1f71d2981c5..6e614991d36 100644
--- a/mysql-test/t/rpl_log.test
+++ b/mysql-test/t/rpl_log.test
@@ -33,7 +33,7 @@ create table t1(n int not null auto_increment primary key);
insert into t1 values (NULL);
drop table t1;
create table t1 (word char(20) not null);
-load data infile '../../std_data/words.dat' into table t1 ignore 1 lines;
+load data infile '../std_data_ln/words.dat' into table t1 ignore 1 lines;
select count(*) from t1;
drop table t1;
--replace_result $VERSION VERSION