diff options
author | Tatsuo Ishii | 2024-08-04 01:14:00 +0000 |
---|---|---|
committer | Tatsuo Ishii | 2024-08-04 01:14:00 +0000 |
commit | a49076403b32b038aae5f4064a3b8fc7f1f16495 (patch) | |
tree | 58d0ee8178969e2ffe438f86a1312be989b16b52 /src | |
parent | 6fdba5c331714930a0d08d256da0832d1fd8577b (diff) |
Comment: fix typo in comment.
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) { |