Commit 0693f4d9 authored by Igor Babaev's avatar Igor Babaev

Corrected the patch that made the optimizer switch for index condition pushdown

set to 'on' by default.
parent af3d1da3
...@@ -481,7 +481,7 @@ static const char *optimizer_switch_str="index_merge=on,index_merge_union=on," ...@@ -481,7 +481,7 @@ static const char *optimizer_switch_str="index_merge=on,index_merge_union=on,"
"index_merge_sort_union=on," "index_merge_sort_union=on,"
"index_merge_intersection=on," "index_merge_intersection=on,"
"index_merge_sort_intersection=off," "index_merge_sort_intersection=off,"
"index_condition_pushdown=off," "index_condition_pushdown=on,"
"derived_merge=off," "derived_merge=off,"
"derived_with_keys=off," "derived_with_keys=off,"
"firstmatch=on," "firstmatch=on,"
......
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