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
commit51a80eb2122be7d31ef940811b2db6d11c081e55 (patch)
tree2487e62899cda85588f3f37089db8d2dda887ba2 /sql/sql_cache.h
parentb79170b7fd6b77bbc6cc083fbcaa13faf7f02f92 (diff)
downloadmariadb-git-51a80eb2122be7d31ef940811b2db6d11c081e55.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);