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

Method contains_sq_with_recursive_reference

sql/sql_cte.h:281–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279 With_clause *get_owner() { return owner; }
280
281 bool contains_sq_with_recursive_reference()
282 { return sq_dep_map & mutually_recursive; }
283
284 bool no_rec_ref_on_top_level()
285 { return !(top_level_dep_map & mutually_recursive); }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected