[FEAT MERGE] Add LatchIds for locks and monitors

This commit is contained in:
raywill
2022-12-01 03:09:50 +00:00
committed by ob-robot
parent 3a86ba6ccc
commit 8fb62754a1
192 changed files with 967 additions and 912 deletions

View File

@ -152,7 +152,6 @@ ObPlanCacheValue::ObPlanCacheValue()
stmt_type_(stmt::T_MAX)
{
MEMSET(sql_id_, 0, sizeof(sql_id_));
//pthread_rwlock_init(&rwlock_, NULL);
}
int ObPlanCacheValue::init(ObPCVSet *pcv_set, const ObILibCacheObject *cache_obj, ObPlanCacheCtx &pc_ctx)