summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrantal <rantal5030@gmail.com>2019-09-16 18:56:29 +0300
committerAnel Husakovic <anel@mariadb.org>2019-09-23 03:07:15 -0700
commit013b1e6ef05f47c2575885ffbae3a071d1f45757 (patch)
treed6cd765ddad60cd94c782878269106bfb07bc797
parent631c5ab45f7dfa22dccd6ba7521301e74c1c61e4 (diff)
downloadmariadb-git-bb-10.4-anel-PR1388.tar.gz
Update mysqld_multi.shbb-10.4-anel-PR1388
elseif should be elsif
-rw-r--r--scripts/mysqld_multi.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysqld_multi.sh b/scripts/mysqld_multi.sh
index b8730e2624a..bdc03d305a3 100644
--- a/scripts/mysqld_multi.sh
+++ b/scripts/mysqld_multi.sh
@@ -349,7 +349,7 @@ sub start_mysqlds()
$options[$j]= quote_shell_word($options[$j]);
$tmp.= " $options[$j]";
}
- elseif ("--defaults-group-suffix=" eq substr($options[$j], 0, 24))
+ elsif ("--defaults-group-suffix=" eq substr($options[$j], 0, 24))
{
$suffix_found= 1;
}