Commit 6bb5bc20 authored by Igor Babaev's avatar Igor Babaev

Corrected the fix for bug 891052.

parent fdeaedb4
...@@ -495,8 +495,8 @@ static const char *optimizer_switch_str="index_merge=on,index_merge_union=on," ...@@ -495,8 +495,8 @@ static const char *optimizer_switch_str="index_merge=on,index_merge_union=on,"
"mrr=off," "mrr=off,"
"mrr_cost_based=off," "mrr_cost_based=off,"
"mrr_sort_keys=off," "mrr_sort_keys=off,"
"outer_join_with_cache," "outer_join_with_cache=off,"
"semijoin_with_cache," "semijoin_with_cache=off,"
"join_cache_incremental=on," "join_cache_incremental=on,"
"join_cache_hashed=on," "join_cache_hashed=on,"
"join_cache_bka=on," "join_cache_bka=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