summaryrefslogtreecommitdiff
path: root/mysql-test/t
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2001-10-03 17:02:14 +0300
committerunknown <monty@hundin.mysql.fi>2001-10-03 17:02:14 +0300
commit664647d1f7c190f1cc54fb817b10c86f994c1fdc (patch)
treebbfafc773031daba5da578013d4bbd52be39e770 /mysql-test/t
parent2e0dc69895280f3b407e56dace32ad9cf25ce356 (diff)
downloadmariadb-git-664647d1f7c190f1cc54fb817b10c86f994c1fdc.tar.gz
Portability fixes.
Build-tools/Do-compile: Don't delete distribution if not using --delete Docs/manual.texi: Added information about default values mysql-test/t/rpl000017.test: Fixed replication test to be more portable mysys/mf_iocache2.c: More comments sql/item_sum.cc: Cleanup sql/log_event.cc: Cleanup sql/mysqld.cc: Fixed typos in output sql/sql_base.cc: Cleanup sql/sql_delete.cc: Cleanup sql/sql_select.cc: Cleanup sql/uniques.cc: Portability fix
Diffstat (limited to 'mysql-test/t')
-rw-r--r--mysql-test/t/rpl000017.test1
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;