[CP] [CP] Fix view synonym bug
This commit is contained in:
@ -119,6 +119,7 @@ int ObInsertAllLogPlan::allocate_insert_values_as_top(ObLogicalOperator *&top)
|
||||
const ObInsertAllStmt *insert_all_stmt = get_stmt();
|
||||
ObSQLSessionInfo *session_info = get_optimizer_context().get_session_info();
|
||||
if (OB_ISNULL(insert_all_stmt) || OB_ISNULL(session_info)) {
|
||||
ret = OB_ERR_UNEXPECTED;
|
||||
LOG_WARN("get unexpected null", K(insert_all_stmt), K(session_info), K(ret));
|
||||
} else if (OB_ISNULL(values_op = static_cast<ObLogExprValues*>(get_log_op_factory().
|
||||
allocate(*this, LOG_EXPR_VALUES)))) {
|
||||
|
||||
Reference in New Issue
Block a user