Skip to content

Commit c483eb1

Browse files
authored
disable temp tables (#17753)
1 parent 5c70e5f commit c483eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/protos/feature_flags.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ message TFeatureFlags {
124124
optional bool EnableGetNodeLabels = 99 [default = false];
125125
optional bool EnableTopicMessageMeta = 100 [default = true];
126126
optional bool EnableIcNodeCache = 101 [default = true, (RequireRestart) = true];
127-
optional bool EnableTempTables = 102 [default = true];
127+
optional bool EnableTempTables = 102 [default = false];
128128
optional bool SuppressCompatibilityCheck = 103 [default = false, (RequireRestart) = true];
129129
optional bool EnableUniqConstraint = 104 [default = true];
130130
optional bool EnableChangefeedDebeziumJsonFormat = 105 [default = false];

0 commit comments

Comments
 (0)