Skip to content

Commit 1962e19

Browse files
committed
glitch
1 parent 7a1e741 commit 1962e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/SettingsChangesHistory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const VersionToSettingsChangesMap & getSettingsChangesHistory()
5757
{"hybrid_table_auto_cast_columns", true, true, "New setting to automatically cast Hybrid table columns when segments disagree on types. Default enabled."},
5858
{"allow_experimental_hybrid_table", false, false, "Added new setting to allow the Hybrid table engine."},
5959
{"export_merge_tree_partition_lock_inside_the_task", false, false, "New setting."},
60-
{"export_merge_tree_partition_system_table_use_local_information", false, false, "New setting."},
60+
{"export_merge_tree_partition_system_table_prefer_remote_information", true, true, "New setting."},
6161
});
6262
addSettingsChanges(settings_changes_history, "25.8",
6363
{

0 commit comments

Comments
 (0)