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

Function in_list

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

Source from the content-addressed store, hash-verified

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; }
4682
4683#else

Callers 1

check_integrityMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected