Commit 15780cb3 authored by sergefp@mysql.com's avatar sergefp@mysql.com

Fix typo bug in previous cset

parent 2a3943db
...@@ -5393,7 +5393,7 @@ static bool remove_nonrange_trees(RANGE_OPT_PARAM *param, SEL_TREE *tree) ...@@ -5393,7 +5393,7 @@ static bool remove_nonrange_trees(RANGE_OPT_PARAM *param, SEL_TREE *tree)
res= TRUE; res= TRUE;
} }
} }
return res; return !res;
} }
......
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