-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: Backlog
-
Component/s: None
-
Fully Compatible
-
v5.2
-
185
Recently, two bugs were found by the fuzzer (SERVER-63008 and SERVER-63012) where SBE translation of certain variadic expressions did not account for the 0 child case. (presumably, because when optimization is enabled, the expression gets optimized away and never gets pushed down to SBE). This ticket fixes the remaining variadic expression SBE translations that suffer from this same bug.
- related to
-
SERVER-63008 [SBE] $concatArrays implementation should account for 0 children
- Closed
-
SERVER-63012 Initialize $add with no operands to zero when translating to SBE
- Closed