summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <daniel@linux.ibm.com>2020-03-31 07:49:45 +1100
committerAnel Husakovic <anel@mariadb.org>2020-04-02 07:17:51 +0200
commit3e789ff3568b9e04a4a75541a8be51ac74f20cb4 (patch)
treee501e72adece4134d62d0276d789d2a505c1ec16
parentd2df25c5d86941938b6a1f4fc3f5040252691686 (diff)
downloadmariadb-git-bb-10.5-anel-PR1481/6.tar.gz
MDEV-21303: mtr search for mariadbd firstbb-10.5-anel-PR1481/6
PR 1486
-rwxr-xr-xmysql-test/mysql-test-run.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index b18924b8edc..02e171bee49 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -2154,7 +2154,7 @@ sub find_mysqld {
my ($mysqld_basedir)= $ENV{MTR_BINDIR}|| @_;
- my @mysqld_names= ("mysqld", "mysqld-max-nt", "mysqld-max",
+ my @mysqld_names= ("mariadbd", "mysqld", "mysqld-max-nt", "mysqld-max",
"mysqld-nt");
if ( $opt_debug_server ){