From 2a660c05c21c0c693e002098211bacb047c358f7 Mon Sep 17 00:00:00 2001 From: Michael Widenius Date: Mon, 10 May 2010 21:23:16 +0300 Subject: [PATCH] Removed extra } that caused script to fail with syntax error --- scripts/mysqld_multi.sh | 1 - 1 file changed, 1 deletion(-) 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)