Commit f7078608 authored by unknown's avatar unknown

Fix compiler warning

parent 3a5f6629
...@@ -2783,7 +2783,7 @@ void bins_dump() {} ...@@ -2783,7 +2783,7 @@ void bins_dump() {}
void cache_dump() {} void cache_dump() {}
void queries_dump() {} void queries_dump() {}
void tables_dump() {} void tables_dump() {}
my_bool check_integrity() {} my_bool check_integrity() { return 0; }
my_bool in_list(Query_cache_block * root, Query_cache_block * point, my_bool in_list(Query_cache_block * root, Query_cache_block * point,
const char *name) { return 0;} const char *name) { return 0;}
my_bool in_blocks(Query_cache_block * point) { return 0; } my_bool in_blocks(Query_cache_block * point) { return 0; }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment