[FIX] memory leak of plan cache

This commit is contained in:
obdev
2022-12-06 15:38:15 +00:00
committed by ob-robot
parent 754dba3795
commit 4e11e7bc42
3 changed files with 3 additions and 2 deletions

View File

@ -536,6 +536,7 @@ public:
ObPrivSet get_user_priv_set() const { return user_priv_set_; }
ObPrivSet get_db_priv_set() const { return db_priv_set_; }
ObPlanCache *get_plan_cache();
ObPlanCache *get_plan_cache_directly() const { return plan_cache_; };
ObPsCache *get_ps_cache();
ObPlanCacheManager *get_plan_cache_manager() { return plan_cache_manager_; }
obmysql::ObMySQLRequestManager *get_request_manager();