summaryrefslogtreecommitdiff
path: root/scripts/mysql_create_system_tables.sh
diff options
context:
space:
mode:
authorunknown <gluh@gluh.mysql.r18.ru>2003-06-26 09:39:23 +0500
committerunknown <gluh@gluh.mysql.r18.ru>2003-06-26 09:39:23 +0500
commit11e9c572ad1d81536902dd01d48c68ef00ce9018 (patch)
tree8e3de28a8cae81c27a4872662e573679762e2d96 /scripts/mysql_create_system_tables.sh
parent17abb8a6a22cca9ea32621da6710f9b43caa42b9 (diff)
downloadmariadb-git-11e9c572ad1d81536902dd01d48c68ef00ce9018.tar.gz
Bug fixed: mysql-test failure on rpl tests
scripts/mysql_create_system_tables.sh: Fixed bug: mysql-test failure on rpl tests
Diffstat (limited to 'scripts/mysql_create_system_tables.sh')
-rw-r--r--scripts/mysql_create_system_tables.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mysql_create_system_tables.sh b/scripts/mysql_create_system_tables.sh
index a98e1739260..2739c45e750 100644
--- a/scripts/mysql_create_system_tables.sh
+++ b/scripts/mysql_create_system_tables.sh
@@ -145,6 +145,7 @@ then
then
i_u="INSERT INTO user VALUES ('localhost','root','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0);
INSERT INTO user VALUES ('$hostname','root','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0);
+ REPLACE INTO user VALUES ('127.0.0.1','root','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0);
INSERT INTO user (host,user) values ('localhost','');
INSERT INTO user (host,user) values ('$hostname','');"
else