| Log Message: |
DERBY-3253: Fix NPE for IN list operator when the probe predicate is
pushed into a subselect but then multi-probing does not occur. More
specifically, ensure that InListOperatorNode's left operand correctly
reflects its position in the query tree when it is generated.
Porting to 10.3 branch from trunk (svn #605616):
svn merge -r 605615:605616 https://svn.apache.org/repos/asf/db/derby/code/trunk
No additional changes required.
|