diff options
author | sasha@mysql.sashanet.com <> | 2001-10-04 16:45:35 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-10-04 16:45:35 -0600 |
commit | a169482a9bc4d10f7ef13a3da6bd032d23316b13 (patch) | |
tree | 48ac895847c362bb3fb9f34c1041554e690f5ada /mysql-test/r/rpl000017.result | |
parent | a71f818aa221e698e4fbe106139509bb6225a8ff (diff) | |
download | mariadb-git-a169482a9bc4d10f7ef13a3da6bd032d23316b13.tar.gz |
fixed bug in SSL code
updated results - now ready to push
Diffstat (limited to 'mysql-test/r/rpl000017.result')
-rw-r--r-- | mysql-test/r/rpl000017.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/rpl000017.result b/mysql-test/r/rpl000017.result index 211f7d629fb..e2c3c089378 100644 --- a/mysql-test/r/rpl000017.result +++ b/mysql-test/r/rpl000017.result @@ -1,5 +1,6 @@ reset master; grant file on *.* to replicate@localhost identified by 'aaaaaaaaaaaaaaab'; +grant file on *.* to replicate@127.0.0.1 identified by 'aaaaaaaaaaaaaaab'; slave start; drop table if exists t1; create table t1(n int); |