Bug #39022: Mysql randomly crashing in lock_sec_rec_cons_read_sees
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.
Showing
mysql-test/r/bug39022.result
0 → 100644
mysql-test/t/bug39022.test
0 → 100644
Please register or sign in to comment