Commit f7e04edc authored by tonu@volk.internalnet's avatar tonu@volk.internalnet

Changed incomplete testcase to another incomplete testcase which works even if...

Changed incomplete testcase to another incomplete testcase which works even if localhost.localdomain is first in /etc/hosts file for 127.0.0.1
parent 9582a462
...@@ -30,8 +30,8 @@ abandoned ...@@ -30,8 +30,8 @@ abandoned
abandoning abandoning
abandonment abandonment
abandons abandons
set password = password('foo'); set password for root@"localhost" = password('foo');
set password = password(''); set password for root@"localhost" = password('');
create table t3(n int); create table t3(n int);
insert into t3 values(1),(2); insert into t3 values(1),(2);
use test; use test;
......
...@@ -7,8 +7,8 @@ create table t1 (word char(20) not null); ...@@ -7,8 +7,8 @@ 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;
eval load data local infile '$MYSQL_TEST_DIR/std_data/words.dat' into table t1; eval load data local infile '$MYSQL_TEST_DIR/std_data/words.dat' into table t1;
select * from t1; select * from t1;
set password = password('foo'); set password for root@"localhost" = password('foo');
set password = password(''); set password for root@"localhost" = password('');
create table t3(n int); create table t3(n int);
insert into t3 values(1),(2); insert into t3 values(1),(2);
save_master_pos; save_master_pos;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment