Description
In file core/sql/executor/ExExeUtilLoad.cpp, there are lines like:
ex_expr::exp_return_type exprRetCode = lobTdb().inputExpr_->eval(NULL, workAtp_);
this calls eval() function with 1st parametere NULL.
When PCode is off, it would access null pointer in function ex_expr::evalClauses(), and then abort.
As sandhyasun said, this invocation is unneeded, so eliminate it.
Attachments
Issue Links
- links to