Commit d844dab1 authored by unknown's avatar unknown

opt_range.cc:

  Post review corrections for optimization request #10561.


sql/opt_range.cc:
  Post review corrections for optimization request #10561.
parent 8f7bca3a
...@@ -3349,9 +3349,10 @@ static SEL_TREE *get_ne_mm_tree(PARAM *param, Item_func *cond_func, ...@@ -3349,9 +3349,10 @@ static SEL_TREE *get_ne_mm_tree(PARAM *param, Item_func *cond_func,
value constant in the predicate value constant in the predicate
cmp_type compare type for the field cmp_type compare type for the field
inv TRUE <> NOT cond_func is considered inv TRUE <> NOT cond_func is considered
(makes sense only when cond_func is BETWEEN or IN)
RETURN RETURN
Pointer to tree built tree Pointer to the tree built tree
*/ */
static SEL_TREE *get_func_mm_tree(PARAM *param, Item_func *cond_func, static SEL_TREE *get_func_mm_tree(PARAM *param, Item_func *cond_func,
......
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