Fix compiler warning
This commit is contained in:
parent
f13741c8d3
commit
95a3bfac1d
@ -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; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user