fix the background thread's tenant_id is inconsistent with the ps cache's while changing tenants
This commit is contained in:
@ -303,7 +303,8 @@ ObPlanCache::ObPlanCache()
|
||||
inner_allocator_(),
|
||||
ref_handle_mgr_(),
|
||||
pcm_(NULL),
|
||||
destroy_(0)
|
||||
destroy_(0),
|
||||
tg_id_(-1)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user