MDEV-6610 Assertion `thd->is_error() || thd->killed' failed in...
MDEV-6610 Assertion `thd->is_error() || thd->killed' failed in mysql_execute_command on executing an SP with repeated CREATE TABLE .. SELECT the bug was introduced by CREATE OR REPLACE implementation. CREATE IF NOT EXISTS ... SELECT was returning an error status to the caller, while sending an ok packet to the user. SP code was not prepared for that and trusted that error status means an error.
Showing
mysql-test/r/sp-bugs2.result
0 → 100644
mysql-test/t/sp-bugs2.test
0 → 100644
Please register or sign in to comment