Commit 47f37f4d authored by joerg@mysql.com's avatar joerg@mysql.com
Browse files

Merge mysql.com:/M41/bug20303-4.1 into mysql.com:/M50/bug20303-5.0

parents 474ef8ed 5091df13
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -671,6 +671,12 @@ sub command_line_setup () {
    {
      push(@opt_extra_mysqld_opt, $arg);
    }
    elsif ( $arg =~ /^--$/ )
    {
      # It is an effect of setting 'pass_through' in option processing
      # that the lone '--' separating options from arguments survives,
      # simply ignore it.
    }
    elsif ( $arg =~ /^-/ )
    {
      usage("Invalid option \"$arg\"");