From ff9f600f7d777e1e6fe9160109d3a5b37752832a Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 12 Aug 2003 23:45:04 +0300 Subject: fixed query cache intercommunication with innodb engine mysql-test/r/innodb_cache.result: new results --- sql/sql_cache.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sql/sql_cache.h') diff --git a/sql/sql_cache.h b/sql/sql_cache.h index eea542e9d06..af23b97aade 100644 --- a/sql/sql_cache.h +++ b/sql/sql_cache.h @@ -345,6 +345,8 @@ protected: TABLE_COUNTER_TYPE is_cacheable(THD *thd, uint32 query_len, char *query, LEX *lex, TABLE_LIST *tables_used, uint8 *tables_type); + + static my_bool ask_handler_allowance(THD *thd, TABLE_LIST *tables_used); public: Query_cache(ulong query_cache_limit = ULONG_MAX, -- cgit v1.2.1