diff options
author | brian@zim.(none) <> | 2005-09-04 11:25:13 -0700 |
---|---|---|
committer | brian@zim.(none) <> | 2005-09-04 11:25:13 -0700 |
commit | ffcc4ae4b15c8264459973e80412733755d47cfe (patch) | |
tree | 79384e3a979e3995c286dad5aa52ce697724c41a /sql/ha_federated.h | |
parent | bd00b6983d3d1201c5b9fe93953440e49acacafb (diff) | |
download | mariadb-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.h | 1 |
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 |