Fixed that mtr --extern works with --include/have_innodb.inc
This commit is contained in:
parent
c82855d882
commit
fa8d7f3675
@ -291,6 +291,7 @@ sub combinations_from_file($$)
|
|||||||
@combs = ({ skip => $skip_combinations{$filename} });
|
@combs = ({ skip => $skip_combinations{$filename} });
|
||||||
} else {
|
} else {
|
||||||
return () if @::opt_combinations or not -f $filename;
|
return () if @::opt_combinations or not -f $filename;
|
||||||
|
return () if ::using_extern();
|
||||||
# Read combinations file in my.cnf format
|
# Read combinations file in my.cnf format
|
||||||
mtr_verbose("Read combinations file $filename");
|
mtr_verbose("Read combinations file $filename");
|
||||||
my $config= My::Config->new($filename);
|
my $config= My::Config->new($filename);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user