mirror of
https://github.com/MariaDB/server.git
synced 2025-11-12 10:22:39 +03:00
Conversion of NOT IN predicates into NOT IN subqueries did not work correctly: the predicates actually were converted into IN subqueries. As a result if the conversion was applied for the query with a NOT IN predicate the query could return a wrong result set.
16 KiB
16 KiB