v.25.12Backward Incompatible Change

Changed the default of setting check_query_single_value_result

Changed the default of setting check_query_single_value_result from true to false. This causes CHECK TABLE to return detailed per-part results instead of an aggregated result (1 = okay, 0 = errors found). Compared to the previous behavior, this is likely more aligned with what the user wants. #91009 (Robert Schulze).