v.25.12Backward Incompatible Change
Changed the default of setting check_query_single_value_result
Changed the default of settingcheck_query_single_value_resultfromtruetofalse. This causesCHECK TABLEto 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).