summaryrefslogtreecommitdiff
path: root/sql/sql_cache.h
diff options
context:
space:
mode:
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);