mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Fixed Bug#7873.
This commit is contained in:
@@ -39,17 +39,20 @@
|
|||||||
# If you want to affect other MySQL variables, you should make your changes
|
# 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.
|
# in the /etc/my.cnf, ~/.my.cnf or other MySQL configuration files.
|
||||||
|
|
||||||
|
# If you change base dir, you must also change datadir
|
||||||
|
|
||||||
basedir=
|
basedir=
|
||||||
|
datadir=
|
||||||
|
|
||||||
# The following variables are only set for letting mysql.server find things.
|
# The following variables are only set for letting mysql.server find things.
|
||||||
|
|
||||||
# Set some defaults
|
# Set some defaults
|
||||||
datadir=@localstatedir@
|
|
||||||
pid_file=
|
pid_file=
|
||||||
if test -z "$basedir"
|
if test -z "$basedir"
|
||||||
then
|
then
|
||||||
basedir=@prefix@
|
basedir=@prefix@
|
||||||
bindir=@bindir@
|
bindir=@bindir@
|
||||||
|
datadir=@localstatedir@
|
||||||
else
|
else
|
||||||
bindir="$basedir/bin"
|
bindir="$basedir/bin"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user