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

Method set_dependency_on

sql/sql_cte.h:250–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248 table_map *dep_map);
249
250 void set_dependency_on(With_element *with_elem)
251 { base_dep_map|= with_elem->get_elem_map(); }
252
253 bool check_dependency_on(With_element *with_elem)
254 { return base_dep_map & with_elem->get_elem_map(); }

Callers

nothing calls this directly

Calls 1

get_elem_mapMethod · 0.80

Tested by

no test coverage detected