fix the background thread's tenant_id is inconsistent with the ps cache's while changing tenants

This commit is contained in:
obdev
2023-02-14 07:17:09 +00:00
committed by ob-robot
parent 5e45394217
commit e35e00581d
2 changed files with 3 additions and 8 deletions

View File

@ -303,7 +303,8 @@ ObPlanCache::ObPlanCache()
inner_allocator_(),
ref_handle_mgr_(),
pcm_(NULL),
destroy_(0)
destroy_(0),
tg_id_(-1)
{
}