summaryrefslogtreecommitdiff
path: root/mysql-test/r/rpl000017.result
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2001-10-04 16:45:35 -0600
committerunknown <sasha@mysql.sashanet.com>2001-10-04 16:45:35 -0600
commit07cb4e93aa8f4fec3ca39775be8cde1d1650bc32 (patch)
tree48ac895847c362bb3fb9f34c1041554e690f5ada /mysql-test/r/rpl000017.result
parent89055361b9203be1d4e813b00aa5dfbc6e9b0caa (diff)
downloadmariadb-git-07cb4e93aa8f4fec3ca39775be8cde1d1650bc32.tar.gz
fixed bug in SSL code
updated results - now ready to push mysql-test/r/rpl000017.result: fix for new test format mysql-test/r/type_enum.result: updated result sql/mysqld.cc: fixed freeing NULL pointer
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);