MCPcopy Create free account
hub / github.com/MariaDB/server / has_unread_compressed_data

Function has_unread_compressed_data

sql/threadpool_common.cc:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

set_thd_idleFunction · 0.85
has_unread_dataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected