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

Method block

sql/sql_cache.cc:810–815  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

808*****************************************************************************/
809
810inline Query_cache_block * Query_cache_block_table::block()
811{
812 return (Query_cache_block *)(((uchar*)this) -
813 ALIGN_SIZE(sizeof(Query_cache_block_table)*n) -
814 ALIGN_SIZE(sizeof(Query_cache_block)));
815}
816
817/*****************************************************************************
818 Query_cache_block method(s)

Callers 4

unlink_tableMethod · 0.45
dump_nodeFunction · 0.45
in_table_listMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected