Skip to content

Commit 48bd4dd

Browse files
authored
Set EnableUniqConstraint by default (#8180)
1 parent f2f6db7 commit 48bd4dd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ydb/core/kqp/ut/common/kqp_ut_common.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ TKikimrRunner::TKikimrRunner(const TKikimrSettings& settings) {
130130
ServerSettings->SetFrFactory(&UdfFrFactory);
131131
ServerSettings->SetEnableNotNullColumns(true);
132132
ServerSettings->SetEnableMoveIndex(true);
133-
ServerSettings->SetEnableUniqConstraint(true);
134133
ServerSettings->SetUseRealThreads(settings.UseRealThreads);
135134
ServerSettings->SetEnableTablePgTypes(true);
136135
ServerSettings->S3ActorsFactory = settings.S3ActorsFactory;

ydb/core/protos/feature_flags.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ message TFeatureFlags {
120120
optional bool EnableIcNodeCache = 101 [default = true];
121121
optional bool EnableTempTables = 102 [default = false];
122122
optional bool SuppressCompatibilityCheck = 103 [default = false];
123-
optional bool EnableUniqConstraint = 104 [default = false];
123+
optional bool EnableUniqConstraint = 104 [default = true];
124124
optional bool EnableChangefeedDebeziumJsonFormat = 105 [default = false];
125125
optional bool EnableStatistics = 106 [default = true];
126126
optional bool EnableUuidAsPrimaryKey = 107 [default = true];

0 commit comments

Comments
 (0)