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

Method get_mutually_recursive

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

Source from the content-addressed store, hash-verified

285 { return !(top_level_dep_map & mutually_recursive); }
286
287 table_map get_mutually_recursive() { return mutually_recursive; }
288
289 With_element *get_next_mutually_recursive()
290 { return next_mutually_recursive; }

Calls

no outgoing calls

Tested by

no test coverage detected