• Georgi Kodinov's avatar
    Bug #39022: Mysql randomly crashing in lock_sec_rec_cons_read_sees · 24ab1609
    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.
    24ab1609
bug39022.test 1.38 KB