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

Method clear

sql/sql_select.cc:30927–30932  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30925*/
30926
30927void JOIN::clear(table_map *cleared_tables)
30928{
30929 clear_tables(this, cleared_tables);
30930 copy_fields(&tmp_table_param);
30931 clear_sum_funcs();
30932}
30933
30934
30935/**

Callers 4

end_send_groupFunction · 0.45
end_write_groupFunction · 0.45
clear_sum_funcsMethod · 0.45
save_explain_dataMethod · 0.45

Calls 2

clear_tablesFunction · 0.85
copy_fieldsFunction · 0.85

Tested by

no test coverage detected