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

Function check_integrity

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

Source from the content-addressed store, hash-verified

4676void queries_dump() {}
4677void tables_dump() {}
4678my_bool check_integrity(bool not_locked) { return 0; }
4679my_bool in_list(Query_cache_block * root, Query_cache_block * point,
4680 const char *name) { return 0;}
4681my_bool in_blocks(Query_cache_block * point) { return 0; }

Callers 4

insertMethod · 0.85
abortMethod · 0.85
end_of_resultMethod · 0.85
resizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected