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

Method writer

sql/sql_cache.h:171–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; }

Callers 6

end_of_resultMethod · 0.80
resizeMethod · 0.80
store_queryMethod · 0.80
free_query_internalMethod · 0.80
move_by_typeMethod · 0.80
log_write_up_toFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected