diff --git a/dbcon/mysql/ha_calpont.h b/dbcon/mysql/ha_calpont.h index 8bcf2edfd..ebd7d120a 100644 --- a/dbcon/mysql/ha_calpont.h +++ b/dbcon/mysql/ha_calpont.h @@ -239,6 +239,8 @@ public: THR_LOCK_DATA** store_lock(THD* thd, THR_LOCK_DATA** to, enum thr_lock_type lock_type); ///< required const COND* cond_push(const COND* cond); + uint8 table_cache_type() { return HA_CACHE_TBL_NOCACHE; } + }; #endif //HA_CALPONT_H__