fix for bug 11748060/34981

This commit is contained in:
hery.ramilison@oracle.com 2011-11-17 09:13:43 +01:00 committed by Build Team
parent 85f07c7d7d
commit c06225f700

View File

@ -464,6 +464,9 @@ export MYSQL_HOME
if test -x "$MY_BASEDIR_VERSION/bin/my_print_defaults"
then
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
then
print_defaults="./bin/my_print_defaults"