[MDEV-6783] OQGRAPH - allow dependant table with query cache Created: 2014-09-24  Updated: 2015-02-16

Status: Open
Project: MariaDB Server
Component/s: Query Cache, Storage Engine - OQGRAPH
Fix Version/s: None

Type: Task Priority: Minor
Reporter: roberto spadim Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: oqgraph

Issue Links:
Relates
relates to MDEV-3997 Querying a Cassandra table on a serve... Closed
relates to MDEV-5744 OQGRAPH backing table changes not ref... Closed

 Description   

MDEV-5744
instead of remove query cache of OQ_GRAPH, use dependant table functions from query cache (like partition engine)

points to check, from sql/ha_partition.cc

my_bool ha_partition::reg_query_cache_dependant_table(THD *thd,
                                char *engine_key, uint engine_key_len,
                                char *cache_key, uint cache_key_len,
                                uint8 type,
                                Query_cache *cache,
                                Query_cache_block_table **block_table,
                                handler *file,
                                uint *n)
uint ha_partition::count_query_cache_dependant_tables(uint8 *tables_type)
my_bool ha_partition::register_query_cache_dependant_tables(THD *thd,
                                      Query_cache *cache,
                                      Query_cache_block_table **block_table,
                                      uint *n)
 



 Comments   
Comment by roberto spadim [ 2014-09-25 ]

Cassandra could use this too

Generated at Thu Feb 08 07:14:33 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.