• Georgi Kodinov's avatar
    Addendum to the fix for bug #45989 · c9df74c8
    Georgi Kodinov authored
    Need to make sure the tmp join doesn't point to the structure already 
    freed by the cleanup() for the "base" join, as this can lead to 
    double free, because sometimes both tmp_join and join point to the 
    same tmp_table_params.copy_field array.
    c9df74c8
sql_select.cc 539 KB