mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
fix for bug 11748060/34981
This commit is contained in:

committed by
Build Team
parent
85f07c7d7d
commit
c06225f700
@ -464,6 +464,9 @@ export MYSQL_HOME
|
|||||||
if test -x "$MY_BASEDIR_VERSION/bin/my_print_defaults"
|
if test -x "$MY_BASEDIR_VERSION/bin/my_print_defaults"
|
||||||
then
|
then
|
||||||
print_defaults="$MY_BASEDIR_VERSION/bin/my_print_defaults"
|
print_defaults="$MY_BASEDIR_VERSION/bin/my_print_defaults"
|
||||||
|
elif test -x `dirname $0`/my_print_defaults
|
||||||
|
then
|
||||||
|
print_defaults="`dirname $0`/my_print_defaults"
|
||||||
elif test -x ./bin/my_print_defaults
|
elif test -x ./bin/my_print_defaults
|
||||||
then
|
then
|
||||||
print_defaults="./bin/my_print_defaults"
|
print_defaults="./bin/my_print_defaults"
|
||||||
|
Reference in New Issue
Block a user