From c069f2258dd27126bab98f3d9df9599336802d64 Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Sun, 4 Aug 2024 10:14:00 +0900 Subject: [PATCH] Comment: fix typo in comment. --- src/query_cache/pool_memqcache.c | 4 ++-- 1 file 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) { -- 2.39.5