mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
MDEV-392 MTR: skip-combinations option is declared in help, but is ignored
remove unused mtr option
This commit is contained in:
parent
a7123f5075
commit
e022b6ef07
1 changed files with 0 additions and 2 deletions
|
@ -1147,7 +1147,6 @@ sub command_line_setup {
|
||||||
'start-from=s' => \&collect_option,
|
'start-from=s' => \&collect_option,
|
||||||
'big-test+' => \$opt_big_test,
|
'big-test+' => \$opt_big_test,
|
||||||
'combination=s' => \@opt_combinations,
|
'combination=s' => \@opt_combinations,
|
||||||
'skip-combinations' => \&collect_option,
|
|
||||||
'experimental=s' => \@opt_experimentals,
|
'experimental=s' => \@opt_experimentals,
|
||||||
# skip-im is deprecated and silently ignored
|
# skip-im is deprecated and silently ignored
|
||||||
'skip-im' => \&ignore_option,
|
'skip-im' => \&ignore_option,
|
||||||
|
@ -6261,7 +6260,6 @@ Options to control what engine/variation to run
|
||||||
all generated configs
|
all generated configs
|
||||||
combination=<opt> Use at least twice to run tests with specified
|
combination=<opt> Use at least twice to run tests with specified
|
||||||
options to mysqld
|
options to mysqld
|
||||||
skip-combinations Ignore combination file (or options)
|
|
||||||
|
|
||||||
Options to control directories to use
|
Options to control directories to use
|
||||||
tmpdir=DIR The directory where temporary files are stored
|
tmpdir=DIR The directory where temporary files are stored
|
||||||
|
|
Loading…
Add table
Reference in a new issue