MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / test_key_cache

Function test_key_cache

mysys/mf_keycache.c:4233–4238  ·  view source on GitHub ↗

Test if disk-cache is ok */

Source from the content-addressed store, hash-verified

4231 Test if disk-cache is ok
4232*/
4233static void test_key_cache(KEY_CACHE *keycache __attribute__((unused)),
4234 const char *where __attribute__((unused)),
4235 my_bool lock __attribute__((unused)))
4236{
4237 /* TODO */
4238}
4239#endif
4240
4241#if defined(KEYCACHE_TIMEOUT)

Callers 3

find_key_blockFunction · 0.85
key_cache_writeFunction · 0.85
flush_key_blocks_intFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected