| 226 | |
| 227 | const Lex_ident_with_element get_name() const { return head->query_name; } |
| 228 | const char *get_name_str() const { return get_name().str; } |
| 229 | |
| 230 | void set_tables_start_pos(TABLE_LIST **pos) |
| 231 | { head->tables_pos.set_start_pos(pos); } |
no outgoing calls
no test coverage detected