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

Method table

sql/sql_cache.cc:862–869  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

860}
861
862Query_cache_table * Query_cache_block::table()
863{
864#ifndef DBUG_OFF
865 if (type != TABLE)
866 query_cache.wreck(__LINE__, "incorrect block type");
867#endif
868 return (Query_cache_table *) data();
869}
870
871Query_cache_result * Query_cache_block::result()
872{

Callers 11

send_result_to_clientMethod · 0.45
invalidateMethod · 0.45
free_query_internalMethod · 0.45
register_all_tablesMethod · 0.45
insert_tableMethod · 0.45
unlink_tableMethod · 0.45
move_by_typeMethod · 0.45
queries_dumpMethod · 0.45
tables_dumpMethod · 0.45
check_integrityMethod · 0.45

Calls 1

wreckMethod · 0.80

Tested by

no test coverage detected