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

Method parent

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

data_continue (if not whole packet contained by this block) */

Source from the content-addressed store, hash-verified

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

Callers 4

allocate_data_chainMethod · 0.80
move_by_typeMethod · 0.80
join_resultsMethod · 0.80
check_integrityMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected