diff options
author | monty@hundin.mysql.fi <> | 2001-10-03 18:38:32 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-10-03 18:38:32 +0300 |
commit | 38d120b055bbf565c88e482880766fe8cd07d244 (patch) | |
tree | b07b74f8fc3f393e3d1f6930ce549acf827be527 /mysql-test | |
parent | 56d30868a4c43a398f54519115bd1319b0e8d4db (diff) | |
download | mariadb-git-38d120b055bbf565c88e482880766fe8cd07d244.tar.gz |
Portability fix
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/t/rpl000017.test | 1 |
1 files changed, 1 insertions, 0 deletions
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; |