summaryrefslogtreecommitdiff
path: root/sql/sql_cache.h
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2002-01-03 19:04:01 +0200
committerunknown <monty@hundin.mysql.fi>2002-01-03 19:04:01 +0200
commit8dca7b6c67d23cb8d46b1407921ea6e17301dae5 (patch)
tree2487e62899cda85588f3f37089db8d2dda887ba2 /sql/sql_cache.h
parent213d66d9a0d71e00dbe35f6c2b34ea44e1260cff (diff)
downloadmariadb-git-8dca7b6c67d23cb8d46b1407921ea6e17301dae5.tar.gz
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
Diffstat (limited to 'sql/sql_cache.h')
-rw-r--r--sql/sql_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_cache.h b/sql/sql_cache.h
index bde11d2dbb6..4c1a5950546 100644
--- a/sql/sql_cache.h
+++ b/sql/sql_cache.h
@@ -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);