| 612 | return reinterpret_cast<st_select_lex*>(slave); |
| 613 | } |
| 614 | st_select_lex_unit* next_unit() |
| 615 | { |
| 616 | return reinterpret_cast<st_select_lex_unit*>(next); |
| 617 | } |
| 618 | inline select_result *get_result() { return result; } |
| 619 | |
| 620 | void reinit_exec_mechanism(); |