Skip to content

Commit 8b7e57e

Browse files
author
Pavithra Pandith
committed
Bug#33804501 Invalid options of format --skip-* passed to the server
Change-Id: Ic645fb4b939a5fef7fc36abf1264c79a3b36d1d2
1 parent f32b22d commit 8b7e57e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

mysql-test/mysql-test-run.pl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1874,9 +1874,7 @@ sub command_line_setup {
18741874
}
18751875

18761876
foreach my $arg (@ARGV) {
1877-
if ($arg =~ /^--skip-/) {
1878-
push(@opt_extra_mysqld_opt, $arg);
1879-
} elsif ($arg =~ /^--$/) {
1877+
if ($arg =~ /^--$/) {
18801878
# It is an effect of setting 'pass_through' in option processing
18811879
# that the lone '--' separating options from arguments survives,
18821880
# simply ignore it.

0 commit comments

Comments
 (0)