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

Method result

sql/sql_cache.cc:871–879  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

869}
870
871Query_cache_result * Query_cache_block::result()
872{
873#ifndef DBUG_OFF
874 if (type != RESULT && type != RES_CONT && type != RES_BEG &&
875 type != RES_INCOMPLETE)
876 query_cache.wreck(__LINE__, "incorrect block type");
877#endif
878 return (Query_cache_result *) data();
879}
880
881Query_cache_block_table * Query_cache_block::table(TABLE_COUNTER_TYPE n)
882{

Callers 10

insertMethod · 0.45
end_of_resultMethod · 0.45
send_result_to_clientMethod · 0.45
free_old_queryMethod · 0.45
free_query_internalMethod · 0.45
allocate_data_chainMethod · 0.45
move_by_typeMethod · 0.45
join_resultsMethod · 0.45
queries_dumpMethod · 0.45
check_integrityMethod · 0.45

Calls 1

wreckMethod · 0.80

Tested by

no test coverage detected