ALL
with indexed subselect
With every operator except ‘<>
’, ALL
may return wrong results if an index is active on the subselect column.This can happen with our without NULL
s involved.See the ALL
bug warning.Fixed in 2.0.