| 134 | #endif /* HAVE_PSI_INTERFACE */ |
| 135 | |
| 136 | static inline bool has_unread_compressed_data(const NET *net) |
| 137 | { |
| 138 | return net->compress && net->remain_in_buf; |
| 139 | } |
| 140 | |
| 141 | static inline void set_thd_idle(THD *thd) |
| 142 | { |
no outgoing calls
no test coverage detected