mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
mysql-test-run.pl:
Try find in order 'mysqld-nt', 'mysqld', 'mysqld-debug' and 'mysqld-max' mysqld_safe.sh: Don't try 'mysqld-max' before 'mysqld' if no server given, bug#17861
This commit is contained in:
@@ -213,15 +213,10 @@ then
|
||||
chown $user $mysql_unix_port_dir
|
||||
fi
|
||||
|
||||
# Use the mysqld-max binary by default if the user doesn't specify a binary
|
||||
# If the user doesn't specify a binary, we assume name "mysqld"
|
||||
if test -z "$MYSQLD"
|
||||
then
|
||||
if test -x $ledir/mysqld-max
|
||||
then
|
||||
MYSQLD=mysqld-max
|
||||
else
|
||||
MYSQLD=mysqld
|
||||
fi
|
||||
MYSQLD=mysqld
|
||||
fi
|
||||
|
||||
if test ! -x $ledir/$MYSQLD
|
||||
|
Reference in New Issue
Block a user