Commit f7780a1c authored by unknown's avatar unknown

opt_range.cc:

  Added missing `;' to DBUG_RETURN()


sql/opt_range.cc:
  Added missing `;' to DBUG_RETURN()
parent f3dd8151
...@@ -982,7 +982,7 @@ get_mm_parts(PARAM *param, COND *cond_func, Field *field, ...@@ -982,7 +982,7 @@ get_mm_parts(PARAM *param, COND *cond_func, Field *field,
field, Item_func::GT_FUNC, field, Item_func::GT_FUNC,
value, cmp_type); value, cmp_type);
if (!tree2) if (!tree2)
DBUG_RETURN(0) DBUG_RETURN(0);
tree= tree_or(param,tree,tree2); tree= tree_or(param,tree,tree2);
} }
DBUG_RETURN(tree); DBUG_RETURN(tree);
......
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