mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge branch 'bb-10.2-ext' into 10.3
This commit is contained in:
@@ -534,8 +534,7 @@ bool sp_rcontext::handle_sql_condition(THD *thd,
|
||||
|
||||
/* Reset error state. */
|
||||
thd->clear_error();
|
||||
thd->killed= NOT_KILLED; // Some errors set thd->killed
|
||||
// (e.g. "bad data").
|
||||
thd->reset_killed(); // Some errors set thd->killed, (e.g. "bad data").
|
||||
|
||||
/* Add a frame to handler-call-stack. */
|
||||
Sql_condition_info *cond_info=
|
||||
|
||||
Reference in New Issue
Block a user