summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl000001.test
diff options
context:
space:
mode:
authorunknown <tonu@volk.internalnet>2001-11-27 02:33:15 +0200
committerunknown <tonu@volk.internalnet>2001-11-27 02:33:15 +0200
commitd34100d0e0a20ad1786b0bb13509dd83fa02c29e (patch)
tree5b857bfac0b0ab11d4eac8079a0806a5a1b907ac /mysql-test/t/rpl000001.test
parent3731f6bfd8070cce8e716192e275022f290709a0 (diff)
downloadmariadb-git-d34100d0e0a20ad1786b0bb13509dd83fa02c29e.tar.gz
Changed incomplete testcase to another incomplete testcase which works even if localhost.localdomain is first in /etc/hosts file for 127.0.0.1
Diffstat (limited to 'mysql-test/t/rpl000001.test')
-rw-r--r--mysql-test/t/rpl000001.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/t/rpl000001.test b/mysql-test/t/rpl000001.test
index 7ce14cc9f55..57b81cb9e33 100644
--- a/mysql-test/t/rpl000001.test
+++ b/mysql-test/t/rpl000001.test
@@ -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;