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

Method check_dependency_on

sql/sql_cte.h:253–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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(); }
255
256 TABLE_LIST *find_first_sq_rec_ref_in_select(st_select_lex *sel);
257

Callers

nothing calls this directly

Calls 1

get_elem_mapMethod · 0.80

Tested by

no test coverage detected