mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 19:55:32 +02:00
fixed query cache intercommunication with innodb engine
mysql-test/r/innodb_cache.result: new results
This commit is contained in:
parent
01450dbb79
commit
ff9f600f7d
3 changed files with 48 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue