Test if disk-cache is ok */
| 4231 | Test if disk-cache is ok |
| 4232 | */ |
| 4233 | static 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) |
no outgoing calls
no test coverage detected