diff options
author | monty@hundin.mysql.fi <> | 2002-01-03 19:04:01 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-01-03 19:04:01 +0200 |
commit | a9de2c14a0a063adb3230ea2e696e0da588dbc92 (patch) | |
tree | 2487e62899cda85588f3f37089db8d2dda887ba2 /sql/sql_cache.h | |
parent | 2597b1aadd45f166c2c8efe04d0e5444e4389ea6 (diff) | |
download | mariadb-git-a9de2c14a0a063adb3230ea2e696e0da588dbc92.tar.gz |
Some small fixes to the query cache.
Diffstat (limited to 'sql/sql_cache.h')
-rw-r--r-- | sql/sql_cache.h | 2 |
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); |