Fix the bug of reference count in ObTableLoadRowArray
This commit is contained in:
@ -113,6 +113,8 @@ int ObTableLoadRowArray<T>::assign(const ObTableLoadRowArray<T> &other)
|
|||||||
|
|
||||||
if (OB_FAIL(array_.assign(other.array_))) {
|
if (OB_FAIL(array_.assign(other.array_))) {
|
||||||
OB_LOG(WARN, "failed to assign other array", KR(ret));
|
OB_LOG(WARN, "failed to assign other array", KR(ret));
|
||||||
|
} else {
|
||||||
|
allocator_handle_ = other.allocator_handle_;
|
||||||
}
|
}
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
Reference in New Issue
Block a user