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

Method reinit_exec_mechanism

sql/sql_union.cc:2838–2844  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2836
2837
2838void st_select_lex_unit::reinit_exec_mechanism()
2839{
2840 prepared= optimized= optimized_2= executed= 0;
2841 optimize_started= 0;
2842 if (with_element && with_element->is_recursive)
2843 with_element->reset_recursive_for_exec();
2844}
2845
2846
2847/**

Callers 3

cleanupMethod · 0.80
mysql_derived_reinitFunction · 0.80
reinit_stmt_before_useFunction · 0.80

Calls 1

Tested by

no test coverage detected