Fixed FORWARD_NULL

This commit is contained in:
tj0
2021-09-14 19:08:10 +08:00
committed by wangzelin.wzl
parent 9b52df66d5
commit 11d367b6f3

View File

@ -208,9 +208,9 @@ int ObTableMergeOp::do_table_merge()
} else {
ret = OB_SUCCESS;
}
}
if (OB_SUCC(ret)) {
plan_ctx->add_affected_rows(affected_rows_);
if (OB_SUCC(ret)) {
plan_ctx->add_affected_rows(affected_rows_);
}
}
return ret;
}