Bug #81115 Allow different caching policies per container
Submitted: 18 Apr 2016 0:09
Reporter: Troy NOT_FOUND Email Updates:
Status: Open Impact on me:
None 
Category:MySQL Server: Memcached Severity:S4 (Feature request)
Version:5.7 OS:Any
Assigned to: CPU Architecture:Any
Tags: caching, innodb, memcached

[18 Apr 2016 0:09] Troy NOT_FOUND
Description:
The current caching policy applies to all containers that are set up for innodb memcached.

How to repeat:
Even though the cache_policies table allows for multiple rows, only the row with the 'cache_policy" policy_name is used.

Suggested fix:
Add a new column to the containers table (that defaults to the main policy) which would allow per container caching settings.