mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 02:30:06 +01:00
This patch disables the query cache for the federated engine.
This commit is contained in:
parent
bd00b6983d
commit
ffcc4ae4b1
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue