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

Method headers_len

sql/sql_cache.cc:842–846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

840}
841
842uint Query_cache_block::headers_len() const
843{
844 return (ALIGN_SIZE(sizeof(Query_cache_block_table)*n_tables) +
845 ALIGN_SIZE(sizeof(Query_cache_block)));
846}
847
848uchar* Query_cache_block::data(void) const
849{

Callers 5

send_result_to_clientMethod · 0.80
move_by_typeMethod · 0.80
join_resultsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected