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
435cd91a
Commit
435cd91a
authored
Sep 27, 2003
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.1
into mysql.com:/space/my/mysql-4.1
parents
e6f2b9fc
1827a089
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Makefile.am
Makefile.am
+1
-1
scripts/mysql_install_db.sh
scripts/mysql_install_db.sh
+3
-3
No files found.
Makefile.am
View file @
435cd91a
...
...
@@ -20,7 +20,7 @@ AUTOMAKE_OPTIONS = foreign
# These are built from source in the Docs directory
EXTRA_DIST
=
INSTALL-SOURCE README
\
COPYING COPYING.LIB
COPYING COPYING.LIB
zlib
SUBDIRS
=
.
include @docs_dirs@
\
@readline_topdir@ sql-common
\
@thread_dirs@ pstack @sql_client_dirs@
\
...
...
scripts/mysql_install_db.sh
View file @
435cd91a
...
...
@@ -128,7 +128,7 @@ fi
if
test
!
-x
$mysqld
then
if
test
"
$in_rpm
"
-eq
1
if
test
"
$in_rpm
"
=
1
then
echo
"FATAL ERROR
$mysqld
not found!"
exit
1
...
...
@@ -167,7 +167,7 @@ then
fi
fi
if
test
"
$ip_only
"
-eq
1
if
test
"
$ip_only
"
=
1
then
ip
=
`
echo
"
$resolved
"
|
awk
'/ /{print $6}'
`
hostname
=
$ip
...
...
@@ -187,7 +187,7 @@ then
c_d
=
"yes"
fi
if
test
$verbose
-eq
1
if
test
$verbose
=
1
then
create_option
=
"verbose"
else
...
...
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