Loading scripts/mysqld_multi.sh +1 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ use Getopt::Long; use POSIX qw(strftime); $|=1; $VER="2.14"; $VER="2.15"; $opt_config_file = undef(); $opt_example = 0; Loading Loading @@ -326,7 +326,6 @@ sub start_mysqlds() } else { $options[$j]=~ s/;/\\;/g; $options[$j]= quote_opt_arg($options[$j]); $tmp.= " $options[$j]"; } Loading Loading
scripts/mysqld_multi.sh +1 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ use Getopt::Long; use POSIX qw(strftime); $|=1; $VER="2.14"; $VER="2.15"; $opt_config_file = undef(); $opt_example = 0; Loading Loading @@ -326,7 +326,6 @@ sub start_mysqlds() } else { $options[$j]=~ s/;/\\;/g; $options[$j]= quote_opt_arg($options[$j]); $tmp.= " $options[$j]"; } Loading