Skip to content

Commit

Permalink
Merge aa4d008 into 3ca30a5
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherednik authored Aug 23, 2024
2 parents 3ca30a5 + aa4d008 commit e8e9f8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ydb/core/kqp/ut/common/kqp_ut_common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ TKikimrRunner::TKikimrRunner(const TKikimrSettings& settings) {
ServerSettings->SetFrFactory(&UdfFrFactory);
ServerSettings->SetEnableNotNullColumns(true);
ServerSettings->SetEnableMoveIndex(true);
ServerSettings->SetEnableUniqConstraint(true);
ServerSettings->SetUseRealThreads(settings.UseRealThreads);
ServerSettings->SetEnableTablePgTypes(true);
ServerSettings->S3ActorsFactory = settings.S3ActorsFactory;
Expand Down
2 changes: 1 addition & 1 deletion ydb/core/protos/feature_flags.proto
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ message TFeatureFlags {
optional bool EnableIcNodeCache = 101 [default = true];
optional bool EnableTempTables = 102 [default = false];
optional bool SuppressCompatibilityCheck = 103 [default = false];
optional bool EnableUniqConstraint = 104 [default = false];
optional bool EnableUniqConstraint = 104 [default = true];
optional bool EnableChangefeedDebeziumJsonFormat = 105 [default = false];
optional bool EnableStatistics = 106 [default = true];
optional bool EnableUuidAsPrimaryKey = 107 [default = true];
Expand Down

0 comments on commit e8e9f8e

Please sign in to comment.