68
68
bool allow_null_cond, int *error);
69
69
extern Item **not_found_item;
72
72
A set of constants used for checking non aggregated fields and sum
73
73
functions mixture in the ONLY_FULL_GROUP_BY_MODE.
75
75
#define NON_AGG_FIELD_USED 1
79
79
This enumeration type is used only by the function find_item_in_list
80
80
to return the info on how an item has been resolved against a list
81
81
of possibly aliased items.