• Aleksey Midenkov's avatar
    MTR: MTR_COMBINATIONS envvar for tests · ce78bafe
    Aleksey Midenkov authored
    MTR_COMBINATIONS contains comma-separated list of currently applied
    combinations "x,y,...". MTR_COMBINATION_X, MTR_COMBINATION_Y, ... are
    set to 1 for this list of combinations.
    
    Fixed dead check: non-existent element $tinfo->{combination}.
    
    Better use this clause:
    
    use warnings FATAL => 'uninitialized';
    
    But this must be very well tested.
    ce78bafe
mysql-test-run.pl 183 KB