Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
137b8517
Commit
137b8517
authored
Jun 26, 2004
by
monty@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup for creating windows source distribution
parent
6fa7e370
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
8 deletions
+11
-8
.bzrignore
.bzrignore
+1
-0
scripts/make_win_src_distribution.sh
scripts/make_win_src_distribution.sh
+10
-7
scripts/mysql_create_system_tables.sh
scripts/mysql_create_system_tables.sh
+0
-1
No files found.
.bzrignore
View file @
137b8517
...
...
@@ -791,3 +791,4 @@ sql/my_time.c
libmysql/my_time.c
libmysqld/my_time.c
sql/mysql_tzinfo_to_sql
sql/mysql_tzinfo_to_sql.cc
scripts/make_win_src_distribution.sh
View file @
137b8517
...
...
@@ -161,13 +161,16 @@ vreplace()
done
}
for
d
in
4.1.XX-gpl 4.1.XX-pro 4.1.XX-classic
do
cd
$BASE
/InstallShield/
$d
/String
\
Tables/0009-English
vreplace value.shl
cd
../../Setup
\
Files/Compressed
\
Files/Language
\
Independent/OS
\
Independent
vreplace infolist.txt
done
if
test
-d
$BASE
/InstallShield
then
for
d
in
4.1.XX-gpl 4.1.XX-pro 4.1.XX-classic
do
cd
$BASE
/InstallShield/
$d
/String
\
Tables/0009-English
vreplace value.shl
cd
../../Setup
\
Files/Compressed
\
Files/Language
\
Independent/OS
\
Independent
vreplace infolist.txt
done
fi
#
# Move all error message files to root directory
...
...
scripts/mysql_create_system_tables.sh
View file @
137b8517
...
...
@@ -160,7 +160,6 @@ then
INSERT INTO user (host,user) values ('localhost','');"
else
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 ('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);"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment