| 251 | { base_dep_map|= with_elem->get_elem_map(); } |
| 252 | |
| 253 | bool check_dependency_on(With_element *with_elem) |
| 254 | { return base_dep_map & with_elem->get_elem_map(); } |
| 255 | |
| 256 | TABLE_LIST *find_first_sq_rec_ref_in_select(st_select_lex *sel); |
| 257 |
nothing calls this directly
no test coverage detected