to issue<52184403>:split tenant for common_array mod
This commit is contained in:
@ -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()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user