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:
@ -531,7 +531,8 @@ else
|
||||
ledir='@libexecdir@'
|
||||
fi
|
||||
|
||||
helper=`find_in_bin mysqld_safe_helper`
|
||||
helper=`find_in_bin mariadbd-safe-helper`
|
||||
|
||||
print_defaults=`find_in_bin my_print_defaults`
|
||||
# Check if helper exists
|
||||
command -v $helper --help >/dev/null 2>&1
|
||||
|
Reference in New Issue
Block a user