mirror of
https://github.com/MariaDB/server.git
synced 2025-11-09 11:41:36 +03:00
union...order by (select... where...) The problem is mysql is trying to materialize and cache the scalar sub-queries at JOIN::optimize even for EXPLAIN where the number of columns is totally different from what's expected. Fixed by not executing the scalar subqueries for EXPLAIN.
128 KiB
128 KiB