From 80f52d455182c1f7997b69dca335e1149224c32e Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 3 Oct 2001 18:38:32 +0300 Subject: [PATCH] Portability fix --- mysql-test/t/rpl000017.test | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/t/rpl000017.test b/mysql-test/t/rpl000017.test index 04a2bc9c78a..8e4e61cb9d6 100644 --- a/mysql-test/t/rpl000017.test +++ b/mysql-test/t/rpl000017.test @@ -3,6 +3,7 @@ connect (slave,localhost,root,,test,0,mysql-slave.sock); connection master; reset master; grant file on *.* to replicate@localhost identified by 'aaaaaaaaaaaaaaab'; +grant file on *.* to replicate@127.0.0.1 identified by 'aaaaaaaaaaaaaaab'; connection slave; slave start; connection master;