server
server copied to clipboard
MDEV-35816 ASAN use-after-poison in st_select_lex::print
trafficstars
Semi-joins with CTEs as the derived table will leave dangling pointers to the JOIN instance, from the corresponding SELECT_LEX instance, after first execution has completed. Clean these up during statement reinitialization, before subsequent executions occur.