diff options
author | monty@hundin.mysql.fi <> | 2001-12-13 02:31:19 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-12-13 02:31:19 +0200 |
commit | 87fd219d67dc6a0630e882d4be6ced589bd3f0f6 (patch) | |
tree | 47a4c1a60e94a3e70ea5564124a296f7cd71605e /sql/sql_cache.h | |
parent | 8bef3771f4bf0880e0bbb2f4f526903f8e72082c (diff) | |
download | mariadb-git-87fd219d67dc6a0630e882d4be6ced589bd3f0f6.tar.gz |
Fixed sleep time in mysql-test-run
Fixed bug in query cache.
Cleaned up des_crypt code.
Diffstat (limited to 'sql/sql_cache.h')
-rw-r--r-- | sql/sql_cache.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/sql_cache.h b/sql/sql_cache.h index c01ea1e21d4..d04fc29a8d9 100644 --- a/sql/sql_cache.h +++ b/sql/sql_cache.h @@ -379,6 +379,10 @@ protected: void cache_dump(); void queries_dump(); void tables_dump(); + my_bool check_integrity(); + my_bool in_list(Query_cache_block * root, Query_cache_block * point, + const char *name); + my_bool in_blocks(Query_cache_block * point); #endif friend void query_cache_insert(NET *net, const char *packet, ulong length); friend void query_cache_end_of_result(NET *net); |