diff options
author | bell@laptop.sanja.is.com.ua <> | 2003-08-26 16:42:49 +0300 |
---|---|---|
committer | bell@laptop.sanja.is.com.ua <> | 2003-08-26 16:42:49 +0300 |
commit | 7a86c7df28bb7c718e8a87f88aa30a0a1ae6e897 (patch) | |
tree | 43cd0ccd1cec7a1aab30ca406d2a2872708a937b /sql/sql_cache.h | |
parent | 5b28d4a9a49a2d1c3225044b2cc82aa9e840687f (diff) | |
parent | 6250e763819fe9fa60e7d46adadf6b11cd723cec (diff) | |
download | mariadb-git-7a86c7df28bb7c718e8a87f88aa30a0a1ae6e897.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
Diffstat (limited to 'sql/sql_cache.h')
-rw-r--r-- | sql/sql_cache.h | 2 |
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, |