mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-22010: use executables MariaDB named in scripts
As a part of this MDEV following changes were made: 1) Mariadb named executables used instead of mysql named executables in scripts 2) renamed mysql-test-run and mysql-stress-test to mariadb-test-run and mariadb-stress-test and created a symlink.
This commit is contained in:
@ -159,15 +159,15 @@ then
|
||||
cannot_find_file my_print_defaults $basedir/bin $basedir/extra
|
||||
exit 1
|
||||
fi
|
||||
mysql_command=`find_in_basedir mysql bin`
|
||||
mysql_command=`find_in_basedir mariadb bin`
|
||||
if test -z "$mysql_command"
|
||||
then
|
||||
cannot_find_file mysql $basedir/bin
|
||||
exit 1
|
||||
cannot_find_file mariadb $basedir/bin
|
||||
exit 1
|
||||
fi
|
||||
else
|
||||
print_defaults="@bindir@/my_print_defaults"
|
||||
mysql_command="@bindir@/mysql"
|
||||
mysql_command="@bindir@/mariadb"
|
||||
fi
|
||||
|
||||
if test ! -x "$print_defaults"
|
||||
|
Reference in New Issue
Block a user