| 169 | inline Query_cache_block *result() { return res; } |
| 170 | inline void result(Query_cache_block *p) { res= p; } |
| 171 | inline Query_cache_tls *writer() { return wri; } |
| 172 | inline void writer(Query_cache_tls *p) { wri= p; } |
| 173 | inline uint8 tables_type() { return tbls_type; } |
| 174 | inline void tables_type(uint8 type) { tbls_type= type; } |
no outgoing calls
no test coverage detected