mirror of
https://github.com/MariaDB/server.git
synced 2025-11-13 21:42:58 +03:00
impossible WHERE/HAVING clause
(subselect_single_select_engine::exec).
Allocation and initialization of joined table list t1, t2... of
subqueries like:
NOT IN (SELECT ... FROM t1,t2,... WHERE 0)
is optimized out, however server tries to traverse this list.
17 KiB
17 KiB