fix typos
This commit is contained in:
@ -275,7 +275,7 @@ int ObDeleteLogPlan::allocate_delete_as_top(ObLogicalOperator *&top,
|
||||
} else if (delete_stmt->is_error_logging() && OB_FAIL(delete_op->extract_err_log_info())) {
|
||||
LOG_WARN("failed to extract error log info", K(ret));
|
||||
} else if (OB_FAIL(delete_op->compute_property())) {
|
||||
LOG_WARN("failed to compute propery", K(ret));
|
||||
LOG_WARN("failed to compute property", K(ret));
|
||||
} else {
|
||||
top = delete_op;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user