• hf@deer.(none)'s avatar
    Fix for #1992 · dff5b0a7
    hf@deer.(none) authored
    This bug happens when a query, having subselects in the fields list,
    needs temporary table.
    Item_subselect::get_tmp_table_item isn't implemented and just returns
    *this. So the tmp_table_item takes value not from temporary but
    from original table.
    dff5b0a7
subselect.result 65.5 KB