mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
remove hard-coded directory from test result in rpl000001
mysql-test/r/rpl000001.result: make the test "sasha-independent" mysql-test/t/rpl000001.test: make the test "sasha-independent"
This commit is contained in:
@ -7,7 +7,7 @@ use test;
|
|||||||
drop table if exists t1,t3;
|
drop table if exists t1,t3;
|
||||||
create table t1 (word char(20) not null);
|
create table t1 (word char(20) not null);
|
||||||
load data infile '../../std_data/words.dat' into table t1;
|
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;
|
select * from t1;
|
||||||
word
|
word
|
||||||
Aarhus
|
Aarhus
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
eval_result;
|
||||||
source include/master-slave.inc;
|
source include/master-slave.inc;
|
||||||
connection master;
|
connection master;
|
||||||
use test;
|
use test;
|
||||||
|
Reference in New Issue
Block a user