• Georgi Kodinov's avatar
    Bug #39022: Mysql randomly crashing in lock_sec_rec_cons_read_sees · bb0df37c
    Georgi Kodinov authored
    flush_cached_records() was not correctly checking for errors after calling
    Item::val_xxx() methods. The expressions may contain subqueries
    or stored procedures that cause errors that should stop the statement.
    Fixed by correctly checking for errors and propagating them up the call stack.
    bb0df37c
sql_select.cc 540 KB