diff options
author | Michael Widenius <monty@askmonty.org> | 2010-05-10 21:23:16 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2010-05-10 21:23:16 +0300 |
commit | 2a660c05c21c0c693e002098211bacb047c358f7 (patch) | |
tree | 5399335063a6c4ddf1ee8ff66027874b1c3e89c2 /scripts | |
parent | 1ca422c26b67485c504f6778c4b4b88ad3c76f4d (diff) | |
download | mariadb-git-2a660c05c21c0c693e002098211bacb047c358f7.tar.gz |
Removed extra } that caused script to fail with syntax error
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysqld_multi.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/mysqld_multi.sh b/scripts/mysqld_multi.sh index 528a1ca2e98..3d3853bcb22 100644 --- a/scripts/mysqld_multi.sh +++ b/scripts/mysqld_multi.sh @@ -71,7 +71,6 @@ sub main print "WARNING: --config-file is deprecated and will be removed\n"; print "in MySQL 5.6. Please use --defaults-extra-file instead\n"; } - } } foreach (@defaults_options) |