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

Method reset_recursive_for_exec

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

Source from the content-addressed store, hash-verified

475
476
477inline
478void With_element::reset_recursive_for_exec()
479{
480 DBUG_ASSERT(is_recursive);
481 level= 0;
482 owner->with_prepared_anchor&= ~mutually_recursive;
483 owner->cleaned&= ~get_elem_map();
484 cleanup_stabilized();
485 spec->columns_are_renamed= false;
486}
487
488
489

Callers 1

reinit_exec_mechanismMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected