• Georgi Kodinov's avatar
    Bug #55580 : segfault in read_view_sees_trx_id · 12f7d57d
    Georgi Kodinov authored
    The server was not checking for errors generated during
    the execution of Item::val_xxx() methods when copying
    data to the group, order, or distinct temp table's row.
    Fixed by extending the copy_funcs() to return an error
    code and by checking for that error code on the places
    copy_funcs() is called. 
    Test case added.
    12f7d57d
sql_select.h 27 KB