v.25.10Backward Incompatible Change

Query result cache will ignore the log_comment

The query result cache will ignore the log_comment setting, so that changing only the log_comment on a query no longer forces a cache miss. There is a small chance users intentionally segmented their cache by varying log_comment. This change alters that behavior and is therefore backward incompatible. Please use setting query_cache_tag for this purpose. #79878 (filimonov).