[FEAT MERGE] 4.1 PL/SQL enhence & development

This commit is contained in:
obdev
2023-01-09 08:47:31 +00:00
committed by ob-robot
parent 322032b9ca
commit 08802d94f6
98 changed files with 5260 additions and 2676 deletions

View File

@ -108,6 +108,11 @@ public:
return cache_obj_;
}
CacheRefHandleID get_ref_handle() const
{
return ref_handle_;
}
int force_early_release(ObPlanCache *pc);
// this function may be somewhat dangerous and may cause some memory leak.