to issue<52184403>:split tenant for common_array mod

This commit is contained in:
hanr881
2023-09-13 08:40:38 +00:00
committed by ob-robot
parent 2d06e1eb45
commit 1996f51223

View File

@ -44,7 +44,10 @@ class ObExprObjAccess;
struct ObSPICursor struct ObSPICursor
{ {
ObSPICursor(ObIAllocator &allocator) : ObSPICursor(ObIAllocator &allocator) :
row_store_(), row_desc_(), allocator_(&allocator), cur_(0), fields_(allocator) {} row_store_(), row_desc_(), allocator_(&allocator), cur_(0), fields_(allocator)
{
row_desc_.set_tenant_id(MTL_ID());
}
~ObSPICursor() ~ObSPICursor()
{ {