| 2836 | |
| 2837 | |
| 2838 | void 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 | /** |
no test coverage detected