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
06e44486
Commit
06e44486
authored
Sep 08, 2005
by
jimw@mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/home/jimw/my/mysql-5.0-12550
into mysql.com:/home/jimw/my/mysql-5.0-clean
parents
13d81791
e2643c29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
support-files/mysql.server.sh
support-files/mysql.server.sh
+7
-6
No files found.
support-files/mysql.server.sh
View file @
06e44486
...
...
@@ -39,7 +39,8 @@
# If you want to affect other MySQL variables, you should make your changes
# in the /etc/my.cnf, ~/.my.cnf or other MySQL configuration files.
# If you change base dir, you must also change datadir
# If you change base dir, you must also change datadir. These may get
# overwritten by settings in the MySQL configuration files.
basedir
=
datadir
=
...
...
@@ -61,8 +62,8 @@ then
else
bindir
=
"
$basedir
/bin"
datadir
=
"
$basedir
/data"
sbindir
=
"
$basedir
/bin"
libexecdir
=
"
$basedir
/
bin
"
sbindir
=
"
$basedir
/
s
bin"
libexecdir
=
"
$basedir
/
libexec
"
fi
#
...
...
@@ -99,8 +100,8 @@ parse_server_arguments() {
--basedir
=
*
)
basedir
=
`
echo
"
$arg
"
|
sed
-e
's/^[^=]*=//'
`
bindir
=
"
$basedir
/bin"
datadir
=
"
$basedir
/data"
sbindir
=
"
$basedir
/bin"
libexecdir
=
"
$basedir
/
bin
"
sbindir
=
"
$basedir
/
s
bin"
libexecdir
=
"
$basedir
/
libexec
"
;;
--datadir
=
*
)
datadir
=
`
echo
"
$arg
"
|
sed
-e
's/^[^=]*=//'
`
;;
--user
=
*
)
user
=
`
echo
"
$arg
"
|
sed
-e
's/^[^=]*=//'
`
;;
...
...
@@ -240,7 +241,7 @@ case "$mode" in
if
test
-x
$libexecdir
/mysqlmanager
then
manager
=
$libexecdir
/mysqlmanager
elif
test
-x
$bindir
/mysqlmanager
elif
test
-x
$
s
bindir
/mysqlmanager
then
manager
=
$sbindir
/mysqlmanager
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