1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

fixed query cache intercommunication with innodb engine

mysql-test/r/innodb_cache.result:
  new results
This commit is contained in:
unknown
2003-08-12 23:45:04 +03:00
parent 01450dbb79
commit ff9f600f7d
3 changed files with 48 additions and 4 deletions

View File

@ -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,