add dml data strict defensive check

This commit is contained in:
leslieyuchen
2021-11-29 14:57:40 +08:00
committed by LINxiansheng
parent bd258f9338
commit f0e34e03f6
42 changed files with 1475 additions and 576 deletions

View File

@ -41,7 +41,7 @@ public:
}
is_inited_ = false;
}
int init(const bool is_multi, const bool is_ordered, common::ObArenaAllocator& allocator)
int init(const bool is_multi, const bool is_ordered, common::ObIAllocator &allocator)
{
int ret = common::OB_SUCCESS;
void* buf = NULL;