Fix bug #9593 "The combination of COUNT, DISTINCT and CONCAT seems to lock the
server" Bug appears only on Windows platform. Freeing memory in TMP_TABLE_PARAM::cleanup() allocated by new Copy_fields[0] in setup_copy_fields() results in memory destruction. In test IF used instead of CONCAT because IF have more stable crash.
Showing
Please register or sign in to comment