mirror of
https://github.com/MariaDB/server.git
synced 2025-11-27 05:41:41 +03:00
The problem was that SJ (semi-join) used secondary list (array) of subquery select list. The items there was prepared once then cleaned up (but not really freed from memory because it was made in statement memory). Original list was not prepared after first execution because select was removed by conversion to SJ. The solution is to use original list but prepare it first.
81 KiB
81 KiB