summaryrefslogtreecommitdiff
path: root/sql/ha_federated.h
diff options
context:
space:
mode:
authorbrian@zim.(none) <>2005-09-04 11:25:13 -0700
committerbrian@zim.(none) <>2005-09-04 11:25:13 -0700
commitffcc4ae4b15c8264459973e80412733755d47cfe (patch)
tree79384e3a979e3995c286dad5aa52ce697724c41a /sql/ha_federated.h
parentbd00b6983d3d1201c5b9fe93953440e49acacafb (diff)
downloadmariadb-git-ffcc4ae4b15c8264459973e80412733755d47cfe.tar.gz
This patch disables the query cache for the federated engine.
Diffstat (limited to 'sql/ha_federated.h')
-rw-r--r--sql/ha_federated.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_federated.h b/sql/ha_federated.h
index 58b78ab0dde..f75fa21b1d6 100644
--- a/sql/ha_federated.h
+++ b/sql/ha_federated.h
@@ -282,6 +282,7 @@ public:
HA_CREATE_INFO *create_info); //required
ha_rows records_in_range(uint inx, key_range *start_key,
key_range *end_key);
+ uint8 table_cache_type() { return HA_CACHE_TBL_NOCACHE; }
THR_LOCK_DATA **store_lock(THD *thd, THR_LOCK_DATA **to,
enum thr_lock_type lock_type); //required