v.24.9Bug Fix

Usage of Query Cache for Non-Throw Overflow Mode Disallowed

Usage of the query cache for queries with an overflow mode != 'throw' is now disallowed. This prevents situations where potentially truncated and incorrect query results could be stored in the query cache. (issue #67476). #69549 (Robert Schulze).