From fd9998fb9fb1e024c3c5697233de462958cd3f9f 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 58b3371f1..d4f423098 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