MCPcopy Create free account
hub / github.com/MariaDB/server / alloc_group_fields

Function alloc_group_fields

sql/sql_select.cc:29591–29598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29589*/
29590
29591static bool
29592alloc_group_fields(JOIN *join, ORDER *group)
29593{
29594 if (fill_cached_item_list(join->thd, &join->group_fields, group))
29595 return true;
29596 join->sort_and_group=1; /* Mark for do_select */
29597 return false;
29598}
29599
29600static bool
29601alloc_order_fields(JOIN *join, ORDER *order, uint max_number_of_elements)

Callers 2

make_group_fieldsFunction · 0.85

Calls 1

fill_cached_item_listFunction · 0.85

Tested by

no test coverage detected