Commit fa8d7f36 authored by Monty's avatar Monty

Fixed that mtr --extern works with --include/have_innodb.inc

parent c82855d8
...@@ -291,6 +291,7 @@ sub combinations_from_file($$) ...@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment