@@ -12801,13 +12801,13 @@ check_group_min_max_predicates(Item *cond, Item_field *min_max_arg_item,
12801
12801
Utility function used by min_max_inspect_cond_for_fields() for comparing
12802
12802
FILED item with given MIN/MAX item and setting appropriate out paramater.
12803
12803
12804
- @param[in] cond tree (or subtree) describing all or part of the WHERE
12805
- clause being analyzed.
12806
- @param[in] min_max_arg_item The field referenced by the MIN/MAX
12804
+ @param cond Tree (or subtree) describing all or part of
12805
+ the WHERE clause being analyzed.
12806
+ @param min_max_arg_item The field referenced by the MIN/MAX
12807
12807
function(s).
12808
- @param[in/ out] min_max_arg_present This out parameter is set to true if
12808
+ @param [ out] min_max_arg_present This out parameter is set to true if
12809
12809
MIN/MAX argument is present in cond.
12810
- @param[in/ out] non_min_max_arg_present This out parameter is set to true if
12810
+ @param [ out] non_min_max_arg_present This out parameter is set to true if
12811
12811
any field item other than MIN/MAX
12812
12812
argument is present in cond.
12813
12813
*/
@@ -12830,13 +12830,13 @@ static inline void util_min_max_inspect_item(Item *item_field,
12830
12830
one non MIN/MAX field participation in the given condition. Subqueries
12831
12831
inspection is skipped as of now.
12832
12832
12833
- @param[in] cond tree (or subtree) describing all or part of the WHERE
12833
+ @param cond tree (or subtree) describing all or part of the WHERE
12834
12834
clause being analyzed.
12835
- @param[in] min_max_arg_item The field referenced by the MIN/MAX
12835
+ @param min_max_arg_item The field referenced by the MIN/MAX
12836
12836
function(s).
12837
- @param[in/ out] min_max_arg_present This out parameter is set to true if
12837
+ @param [ out] min_max_arg_present This out parameter is set to true if
12838
12838
MIN/MAX argument is present in cond.
12839
- @param[in/ out] non_min_max_arg_present This out parameter is set to true if
12839
+ @param [ out] non_min_max_arg_present This out parameter is set to true if
12840
12840
any field item other than MIN/MAX
12841
12841
argument is present in cond.
12842
12842
@@ -12922,6 +12922,8 @@ min_max_inspect_cond_for_fields(Item *cond, Item_field *min_max_arg_item,
12922
12922
DBUG_RETURN (true );
12923
12923
}
12924
12924
}
12925
+
12926
+ break ;
12925
12927
}
12926
12928
case Item::FIELD_ITEM: {
12927
12929
util_min_max_inspect_item (cond,
0 commit comments