diff --git a/sql/sql_executor.cc b/sql/sql_executor.cc index 0e1b64f..9f2eb8a 100644 --- a/sql/sql_executor.cc +++ b/sql/sql_executor.cc @@ -4128,6 +4128,7 @@ int report_handler_error(TABLE *table, int error) { Also skip printing to error log if the current thread has been killed. */ if (error != HA_ERR_LOCK_DEADLOCK && error != HA_ERR_LOCK_WAIT_TIMEOUT && + error != HA_ERR_NO_WAIT_LOCK && error != HA_ERR_TABLE_DEF_CHANGED &&