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

Function update_tmptable_sum_func

sql/sql_select.cc:30277–30284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30275/** Update record 0 in tmp_table from record 1. */
30276
30277static void
30278update_tmptable_sum_func(Item_sum **func_ptr,
30279 TABLE *tmp_table __attribute__((unused)))
30280{
30281 Item_sum *func;
30282 while ((func= *(func_ptr++)))
30283 func->update_field();
30284}
30285
30286
30287/** Copy result of sum functions to record in tmp_table. */

Callers 2

end_updateFunction · 0.85
end_unique_updateFunction · 0.85

Calls 1

update_fieldMethod · 0.45

Tested by

no test coverage detected