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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
d3ad1a91
Commit
d3ad1a91
authored
Jan 14, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/home/jimw/my/mysql-4.0-7347
into mysql.com:/home/jimw/my/mysql-4.0-clean
parents
d90e3b49
e667cf91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
scripts/mysql_install_db.sh
scripts/mysql_install_db.sh
+2
-2
No files found.
scripts/mysql_install_db.sh
View file @
d3ad1a91
...
...
@@ -98,9 +98,9 @@ else
if
test
-x
"
$basedir
/libexec/mysqld"
then
execdir
=
"
$basedir
/libexec"
elif
test
-x
"
@libexecdir@
/mysqld"
elif
test
-x
"
$basedir
/sbin
/mysqld"
then
execdir
=
"
@libexecdir@
"
execdir
=
"
$basedir
/sbin
"
else
execdir
=
"
$basedir
/bin"
fi
...
...
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