mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Fixed that -ldl is not used for clients
Fixed rpl000001 to handle the most common mysql-test-run ports.
This commit is contained in:
@ -79,14 +79,17 @@ then
|
||||
basedir=@prefix@
|
||||
bindir=@bindir@
|
||||
execdir=@libexecdir@
|
||||
elif test -d "$basedir/libexec"
|
||||
then
|
||||
bindir="$basedir/bin"
|
||||
execdir="$basedir/libexec"
|
||||
else
|
||||
bindir="$basedir/bin"
|
||||
if test -x "$basedir/libexec/mysqld"
|
||||
then
|
||||
execdir="$basedir/libexec"
|
||||
elif test -x "@libexecdir@/mysqld"
|
||||
execdir="@libexecdir@"
|
||||
else
|
||||
execdir="$basedir/bin"
|
||||
fi
|
||||
fi
|
||||
|
||||
mdata=$ldata/mysql
|
||||
|
||||
|
Reference in New Issue
Block a user