~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to lib/GenTest/Transform/DisableChosenPlan.pm

handle intersection and sort intersection optimizations

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
#
38
38
 
39
39
my @explain2switch = (
 
40
        [ 'sort_intersect'      => "optimizer_switch='index_merge_sort_intersection=off'"],
 
41
        [ 'intersect'           => "optimizer_switch='index_merge_intersection=off'"],
40
42
        [ 'firstmatch'          => "optimizer_switch='firstmatch=off'" ],
41
43
        [ '<expr_cache>'        => "optimizer_switch='subquery_cache=off'" ],
42
44
        [ 'materializ'          => "optimizer_switch='materialization=off'" ],  # hypothetical