-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
Fully Compatible
-
QE 2024-03-18
If enabled, jstests/noPassthrough/plan_cache_replan_where.js will fail, because we extract JsFunction from classic into SBE when building a cached plan:
In case of replanning, we will try to execute classic again, but JsFunction is already null.
- is related to
-
SERVER-87377 EOF optimization in MultiPlanner causes profile_find.js to fail due to missing replanReason
- Closed