| 1011 | */ |
| 1012 | |
| 1013 | Item_subselect *TABLE_LIST::containing_subselect() |
| 1014 | { |
| 1015 | return (select_lex ? select_lex->master_unit()->item : 0); |
| 1016 | } |
| 1017 | |
| 1018 | uint TABLE_LIST::query_block_id() const |
| 1019 | { |
nothing calls this directly
no test coverage detected