fix for bug 11748060/34981
This commit is contained in:
parent
93773656e8
commit
e36692d0c2
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user