This patch disables the query cache for the federated engine.

This commit is contained in:
brian@zim.(none) 2005-09-04 11:25:13 -07:00
parent bd00b6983d
commit ffcc4ae4b1

View file

@ -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