summaryrefslogtreecommitdiff
path: root/sql/ha_innodb.h
diff options
context:
space:
mode:
authormsvensson@neptunus.homeip.net <>2005-02-04 10:56:53 +0100
committermsvensson@neptunus.homeip.net <>2005-02-04 10:56:53 +0100
commite54ea9189d62c739065df9ec186158366970fbde (patch)
treec5a13a7369a48df8d68e09e6a1c49a02dc2841c2 /sql/ha_innodb.h
parent3181f5d2b68a195471d9bac1c07f3c3be719d521 (diff)
downloadmariadb-git-e54ea9189d62c739065df9ec186158366970fbde.tar.gz
Merge of query cache from 4.1 to 5.0
Diffstat (limited to 'sql/ha_innodb.h')
-rw-r--r--sql/ha_innodb.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sql/ha_innodb.h b/sql/ha_innodb.h
index c5d501f3702..cca33cbbe1c 100644
--- a/sql/ha_innodb.h
+++ b/sql/ha_innodb.h
@@ -180,10 +180,10 @@ class ha_innobase: public handler
/*
ask handler about permission to cache table during query registration
*/
- my_bool cached_table_registration(THD *thd, char *table_key,
- uint key_length,
- qc_engine_callback *call_back,
- ulonglong *engine_data)
+ my_bool register_query_cache_table(THD *thd, char *table_key,
+ uint key_length,
+ qc_engine_callback *call_back,
+ ulonglong *engine_data)
{
*call_back= innobase_query_caching_of_table_permitted;
*engine_data= 0;