summaryrefslogtreecommitdiff
path: root/mysql-test/r/rpl000017.result
diff options
context:
space:
mode:
authorsasha@mysql.sashanet.com <>2001-10-04 16:45:35 -0600
committersasha@mysql.sashanet.com <>2001-10-04 16:45:35 -0600
commita169482a9bc4d10f7ef13a3da6bd032d23316b13 (patch)
tree48ac895847c362bb3fb9f34c1041554e690f5ada /mysql-test/r/rpl000017.result
parenta71f818aa221e698e4fbe106139509bb6225a8ff (diff)
downloadmariadb-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.result1
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);