~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to combinations.pl

fix --no-mask in combinations.pl

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
 
76
76
        my $command = "
77
77
                perl ".(defined $ENV{RQG_HOME} ? $ENV{RQG_HOME}."/" : "" )."runall.pl $comb_str
78
 
                --mask=$mask
79
78
                --queries=100000000
80
79
        ";
81
80