MDEV-15755 Query crashing MariaDB in cleanup_after_query
set the pointer to NULL to avoid double-free when the item is cleaned up many times (once in JOIN_TAB::cleanup(): tmp->jtbm_subselect->cleanup() and once at the end of the query, with all other items)
Showing
Please register or sign in to comment