Skip to content

Commit b4bf5c5

Browse files
committed
Changed the previous value of setting
1 parent 049014e commit b4bf5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/SettingsChangesHistory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ static std::map<ClickHouseVersion, SettingsChangesHistory::SettingsChanges> sett
9292
{"cross_join_min_bytes_to_compress", 0, 1_GiB, "A new setting."},
9393
{"prefer_external_sort_block_bytes", 0, DEFAULT_BLOCK_SIZE * 256, "Prefer maximum block bytes for external sort, reduce the memory usage during merging."},
9494
{"input_format_force_null_for_omitted_fields", false, false, "Disable type-defaults for omitted fields when needed"},
95-
{"output_format_pretty_preserve_border_for_multiline_string", 1, 1, "Applies better rendering for multiline strings."},
95+
{"output_format_pretty_preserve_border_for_multiline_string", 0, 1, "Applies better rendering for multiline strings."},
9696
}},
9797
{"24.4", {{"input_format_json_throw_on_bad_escape_sequence", true, true, "Allow to save JSON strings with bad escape sequences"},
9898
{"max_parsing_threads", 0, 0, "Add a separate setting to control number of threads in parallel parsing from files"},

0 commit comments

Comments
 (0)