mysql-test/r/bdb_notembedded.result
0 → 100644
+35
−0
mysql-test/t/bdb_notembedded.test
0 → 100644
+38
−0
+18
−0
+74
−7
Loading
Conversion errors when constructing the condition for an IN predicates were treated as if the affected column contains NULL. If such a IN predicate is inside NOT we get wrong results. Corrected the handling of conversion errors in an IN predicate that is resolved by unique_subquery (through subselect_uniquesubquery_engine).