1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Changed incomplete testcase to another incomplete testcase which works even if localhost.localdomain is first in /etc/hosts file for 127.0.0.1

This commit is contained in:
unknown
2001-11-27 02:33:15 +02:00
parent 3731f6bfd8
commit d34100d0e0
2 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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;