mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 17:33:44 +01:00
Fix for Bug#12629, "mysqld_multi produces syntax error".
Quote here is unneccessary as it should all be handled in quote_opt_arg().
This commit is contained in:
parent
3bb53a7cea
commit
d1538465e0
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
@ -326,7 +326,6 @@ sub start_mysqlds()
|
|||
}
|
||||
else
|
||||
{
|
||||
$options[$j]=~ s/;/\\;/g;
|
||||
$options[$j]= quote_opt_arg($options[$j]);
|
||||
$tmp.= " $options[$j]";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue