diff options
author | Sergei Golubchik <sergii@pisem.net> | 2012-08-08 12:08:54 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2012-08-08 12:08:54 +0200 |
commit | e022b6ef07529d83e8c1cbd5e3d374fc5cc75721 (patch) | |
tree | e56dc5dd149a1e6ea6a7b23f8894554d4b26477b | |
parent | a7123f507598690ef0fce68b5d8dc58e63635024 (diff) | |
download | mariadb-git-e022b6ef07529d83e8c1cbd5e3d374fc5cc75721.tar.gz |
MDEV-392 MTR: skip-combinations option is declared in help, but is ignored
remove unused mtr option
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index a2802916fe4..d78a0254156 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -1147,7 +1147,6 @@ sub command_line_setup { 'start-from=s' => \&collect_option, 'big-test+' => \$opt_big_test, 'combination=s' => \@opt_combinations, - 'skip-combinations' => \&collect_option, 'experimental=s' => \@opt_experimentals, # skip-im is deprecated and silently ignored 'skip-im' => \&ignore_option, @@ -6261,7 +6260,6 @@ Options to control what engine/variation to run all generated configs combination=<opt> Use at least twice to run tests with specified options to mysqld - skip-combinations Ignore combination file (or options) Options to control directories to use tmpdir=DIR The directory where temporary files are stored |