| 608 | st_select_lex_unit* master_unit(); |
| 609 | st_select_lex* outer_select(); |
| 610 | st_select_lex* first_select() |
| 611 | { |
| 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); |
no outgoing calls