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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,8 +30,8 @@ abandoned
abandoning
abandonment
abandons
set password = password('foo');
set password = password('');
set password for root@"localhost" = password('foo');
set password for root@"localhost" = password('');
create table t3(n int);
insert into t3 values(1),(2);
use test;
+2 −2
Original line number Diff line number Diff line
@@ -7,8 +7,8 @@ create table t1 (word char(20) not null);
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;
select * from t1;
set password = password('foo');
set password = password('');
set password for root@"localhost" = password('foo');
set password for root@"localhost" = password('');
create table t3(n int);
insert into t3 values(1),(2);
save_master_pos;