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

set to 'on' by default.
This commit is contained in:
Igor Babaev 2011-11-21 07:00:14 -08:00
parent af3d1da31d
commit 0693f4d916

View File

@ -481,7 +481,7 @@ static const char *optimizer_switch_str="index_merge=on,index_merge_union=on,"
"index_merge_sort_union=on,"
"index_merge_intersection=on,"
"index_merge_sort_intersection=off,"
"index_condition_pushdown=off,"
"index_condition_pushdown=on,"
"derived_merge=off,"
"derived_with_keys=off,"
"firstmatch=on,"