• Sinisa@sinisa.nasamreza.org's avatar
    Fix for a crashing bug in union. · c027af64
    Sinisa@sinisa.nasamreza.org authored
    Parameters for temporary tables were created locally in the function
    and it's address passed to a field in select_result, which produced
    random errors when MyISAM table was created based on this bogus
    address.
    c027af64
sql_union.cc 10.6 KB