diff options
author | rantal <rantal5030@gmail.com> | 2019-09-16 18:56:29 +0300 |
---|---|---|
committer | Anel Husakovic <anel@mariadb.org> | 2019-09-23 03:07:15 -0700 |
commit | 013b1e6ef05f47c2575885ffbae3a071d1f45757 (patch) | |
tree | d6cd765ddad60cd94c782878269106bfb07bc797 | |
parent | 631c5ab45f7dfa22dccd6ba7521301e74c1c61e4 (diff) | |
download | mariadb-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.sh | 2 |
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; } |