Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit 679370e

Browse files
alyacbEvergreen Agent
authored andcommitted
SERVER-52004: Create feature flag for dots and dollars in field names
1 parent 601b210 commit 679370e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/mongo/db/query/query_feature_flags.idl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,8 @@ feature_flags:
4545
description: "Feature flag for enabling change streams optimization"
4646
cpp_varname: gFeatureFlagChangeStreamsOptimization
4747
default: false
48+
49+
featureFlagDotsAndDollars:
50+
description: "Feature flag for allowing use of field names containing dots and dollars"
51+
cpp_varname: gFeatureFlagDotsAndDollars
52+
default: false

0 commit comments

Comments
 (0)