diff options
author | Rucha Deodhar <rucha.deodhar@mariadb.com> | 2021-02-08 14:52:04 +0530 |
---|---|---|
committer | Rucha Deodhar <rucha.deodhar@mariadb.com> | 2021-04-06 16:40:42 +0530 |
commit | 58df9e3446ba05efd49aa6a5519ed55df32e3a4f (patch) | |
tree | 68273fa001b5267c290b7f89ca51cdc54b13ff99 /scripts/mysqld_safe.sh | |
parent | de407e7cb4d12574806bf4f7830e73908d5ca9e2 (diff) | |
download | mariadb-git-bb-10.6-MDEV-22010.tar.gz |
MDEV-22010: use executables MariaDB named in scriptsbb-10.6-MDEV-22010
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.
Diffstat (limited to 'scripts/mysqld_safe.sh')
-rw-r--r-- | scripts/mysqld_safe.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/mysqld_safe.sh b/scripts/mysqld_safe.sh index 126eb924814..d1819e0b115 100644 --- a/scripts/mysqld_safe.sh +++ b/scripts/mysqld_safe.sh @@ -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 |