diff options
| author | Mihai Andrei <mihai.andrei@mongodb.com> | 2024-08-30 11:22:52 -0400 |
|---|---|---|
| committer | MongoDB Bot <mongo-bot@mongodb.com> | 2024-08-30 16:13:13 +0000 |
| commit | 977ba0e6364c3c8b05c405957fd4a7639e603cbe (patch) | |
| tree | 098884d01e33a533c2f47fb02b532e3bebd38932 /src | |
| parent | 54c9cec4717beab6c79d50e57b1f8e80286c5a67 (diff) | |
SERVER-94166 Make internalQueryForceClassicEngine=true the default in v6.0 (#26603)r6.0.18-rc0r6.0.18
GitOrigin-RevId: 2a2b949da51fa5d7402ffe31280067baf21bbbdd
Diffstat (limited to 'src')
| -rw-r--r-- | src/mongo/db/query/query_knobs.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/query/query_knobs.idl b/src/mongo/db/query/query_knobs.idl index 331778c0a01..f0f24d3c3dd 100644 --- a/src/mongo/db/query/query_knobs.idl +++ b/src/mongo/db/query/query_knobs.idl @@ -676,7 +676,7 @@ server_parameters: set_at: [ startup, runtime ] cpp_varname: "internalQueryForceClassicEngine" cpp_vartype: AtomicWord<bool> - default: false + default: true internalQueryAppendIdToSetWindowFieldsSort: description: "If true, appends _id to the sort stage generated by desugaring $setWindowFields to |
