diff options
author | msvensson@neptunus.(none) <> | 2006-01-24 14:10:48 +0100 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-01-24 14:10:48 +0100 |
commit | 60296f8f7f45971d1b46f4aa18edcaa79d752f8e (patch) | |
tree | 7ac44dab0ce589c83d422e1c0871efa3c3e492ff /mysql-test/r/rpl_stm_000001.result | |
parent | 57c432b94ebc59206b3aa68217369ebc34142f8a (diff) | |
parent | 09ec2919a1f7b2ef65623ecf62014210f7d74fac (diff) | |
download | mariadb-git-60296f8f7f45971d1b46f4aa18edcaa79d752f8e.tar.gz |
Merge neptunus.(none):/home/msvensson/mysql/mysqltest_var/my50-mysqltest_var
into neptunus.(none):/home/msvensson/mysql/mysqltest_var/my51-mysqltest_var
Diffstat (limited to 'mysql-test/r/rpl_stm_000001.result')
-rw-r--r-- | mysql-test/r/rpl_stm_000001.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/rpl_stm_000001.result b/mysql-test/r/rpl_stm_000001.result index de9f6f16b2a..8a299971936 100644 --- a/mysql-test/r/rpl_stm_000001.result +++ b/mysql-test/r/rpl_stm_000001.result @@ -5,7 +5,7 @@ reset slave; drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9; start slave; create table t1 (word char(20) not null); -load data infile '../../std_data/words.dat' into table t1; +load data infile '../std_data_ln/words.dat' into table t1; load data local infile 'MYSQL_TEST_DIR/std_data/words.dat' into table t1; select * from t1 limit 10; word |