mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Some small fixes to the query cache.
Docs/manual.texi: Some small changes to the MySQL-PostgreSQL comparison. sql/item_timefunc.cc: Fixed typo. sql/sql_cache.cc: More debugging sql/sql_cache.h: More debugging
This commit is contained in:
@ -391,7 +391,7 @@ protected:
|
||||
void cache_dump();
|
||||
void queries_dump();
|
||||
void tables_dump();
|
||||
my_bool check_integrity();
|
||||
my_bool check_integrity(bool not_locked);
|
||||
my_bool in_list(Query_cache_block * root, Query_cache_block * point,
|
||||
const char *name);
|
||||
my_bool in_blocks(Query_cache_block * point);
|
||||
|
Reference in New Issue
Block a user