Fix failed cases introduced by dblink-write

This commit is contained in:
xianyu-w
2023-02-06 17:04:45 +08:00
committed by ob-robot
parent 2ebe490528
commit e50f1cde1f
3 changed files with 1 additions and 52 deletions

View File

@ -49,7 +49,7 @@ int ObLogLinkDml::get_plan_item_info(PlanText &plan_text,
ObSqlPlanItem &plan_item)
{
int ret = OB_SUCCESS;
if (OB_FAIL(ObLogicalOperator::get_plan_item_info(plan_text, plan_item))) {
if (OB_FAIL(ObLogLink::get_plan_item_info(plan_text, plan_item))) {
LOG_WARN("failed to get plan item info", K(ret));
} else {
BEGIN_BUF_PRINT;