mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 11:45:32 +02:00
Fix compiler warning
This commit is contained in:
parent
3a5f66292d
commit
f70786085b
1 changed files with 1 additions and 1 deletions
|
|
@ -2783,7 +2783,7 @@ void bins_dump() {}
|
|||
void cache_dump() {}
|
||||
void queries_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,
|
||||
const char *name) { return 0;}
|
||||
my_bool in_blocks(Query_cache_block * point) { return 0; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue