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

Method data

sql/sql_cache.cc:848–851  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

846}
847
848uchar* Query_cache_block::data(void) const
849{
850 return (uchar*)( ((uchar*)this) + headers_len() );
851}
852
853Query_cache_query * Query_cache_block::query()
854{

Callers 15

wait_for_completionsMethod · 0.45
hstcpcli_mainFunction · 0.45
to_string_refFunction · 0.45
do_authorizationMethod · 0.45
read_and_decrypt_keyFunction · 0.45
load_from_fileMethod · 0.45
save_to_fileMethod · 0.45
wsrep_store_error_rliFunction · 0.45
wsrep_store_error_daFunction · 0.45
wsrep_apply_eventsFunction · 0.45
append_fragmentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected