diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/query_cache/pool_memqcache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/query_cache/pool_memqcache.c b/src/query_cache/pool_memqcache.c index 5c4b30470..24dc27ec3 100644 --- a/src/query_cache/pool_memqcache.c +++ b/src/query_cache/pool_memqcache.c @@ -995,8 +995,8 @@ pool_is_allow_to_cache(Node *node, char *query) /* - * If the table is in the while list, allow to cache even if it is VIEW or - * unlogged table. + * If the table is in the cache_safe_memqcache_table_list, allow to cache + * even if it is VIEW or unlogged table. */ if (pool_config->num_cache_safe_memqcache_table_list > 0) { |