summaryrefslogtreecommitdiff
path: root/sql/sql_cache.h
diff options
context:
space:
mode:
authorunknown <bell@laptop.sanja.is.com.ua>2003-08-26 16:42:49 +0300
committerunknown <bell@laptop.sanja.is.com.ua>2003-08-26 16:42:49 +0300
commit9ffa550e070ee626b7ea189989f0f48ee97faf29 (patch)
tree43cd0ccd1cec7a1aab30ca406d2a2872708a937b /sql/sql_cache.h
parent3b799e8fd8eb13c7ad6e2bb01a922e37d9101ea7 (diff)
parent15da1560258bd58a2d61d8c79f611425feeb5303 (diff)
downloadmariadb-git-9ffa550e070ee626b7ea189989f0f48ee97faf29.tar.gz
Merge laptop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
into laptop.sanja.is.com.ua:/home/bell/mysql/bk/work-qc-4.1 sql/sql_cache.cc: Auto merged sql/sql_cache.h: Auto merged
Diffstat (limited to 'sql/sql_cache.h')
-rw-r--r--sql/sql_cache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_cache.h b/sql/sql_cache.h
index f6eb7c7a0fb..68e69ab523f 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,