fix core using pdml insert

This commit is contained in:
bf0 2022-02-14 11:19:12 +08:00 committed by LINxiansheng
parent b9b697e39d
commit 8c8877158b

View File

@ -112,7 +112,6 @@ int ObPxMultiPartInsert::inner_get_next_row(ObExecContext& ctx, const ObNewRow*&
} while (OB_SUCC(ret));
}
}
LOG_TRACE("returned row", KPC(row));
return ret;
}