data_continue (if not whole packet contained by this block) */
| 250 | } |
| 251 | /* data_continue (if not whole packet contained by this block) */ |
| 252 | inline Query_cache_block *parent() { return query; } |
| 253 | inline void parent (Query_cache_block *p) { query=p; } |
| 254 | }; |
| 255 |
no outgoing calls
no test coverage detected