1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Cleanup for creating windows source distribution

This commit is contained in:
monty@mysql.com
2004-06-26 10:57:00 +03:00
parent 6fa7e370f9
commit 137b8517c4
3 changed files with 11 additions and 8 deletions

View File

@ -791,3 +791,4 @@ sql/my_time.c
libmysql/my_time.c libmysql/my_time.c
libmysqld/my_time.c libmysqld/my_time.c
sql/mysql_tzinfo_to_sql sql/mysql_tzinfo_to_sql
sql/mysql_tzinfo_to_sql.cc

View File

@ -161,13 +161,16 @@ vreplace()
done done
} }
for d in 4.1.XX-gpl 4.1.XX-pro 4.1.XX-classic if test -d $BASE/InstallShield
do then
cd $BASE/InstallShield/$d/String\ Tables/0009-English for d in 4.1.XX-gpl 4.1.XX-pro 4.1.XX-classic
vreplace value.shl do
cd ../../Setup\ Files/Compressed\ Files/Language\ Independent/OS\ Independent cd $BASE/InstallShield/$d/String\ Tables/0009-English
vreplace infolist.txt vreplace value.shl
done cd ../../Setup\ Files/Compressed\ Files/Language\ Independent/OS\ Independent
vreplace infolist.txt
done
fi
# #
# Move all error message files to root directory # Move all error message files to root directory

View File

@ -160,7 +160,6 @@ then
INSERT INTO user (host,user) values ('localhost','');" INSERT INTO user (host,user) values ('localhost','');"
else else
i_u="$i_u i_u="$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 ('%','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 ('%','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 ('localhost','','','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 ('localhost','','','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 ('%','','','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','','','','',0,0,0);" INSERT INTO user VALUES ('%','','','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','','','','',0,0,0);"