v.25.10Backward Incompatible Change
Query result cache will ignore the log_comment
The query result cache will ignore thelog_commentsetting, so that changing only thelog_commenton a query no longer forces a cache miss. There is a small chance users intentionally segmented their cache by varyinglog_comment. This change alters that behavior and is therefore backward incompatible. Please use settingquery_cache_tagfor this purpose. #79878 (filimonov).