[FEAT MERGE] del_tenant_memleak branch

Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
This commit is contained in:
obdev
2023-01-28 19:29:23 +08:00
committed by ob-robot
parent e3b89cd741
commit ba19ba90e0
179 changed files with 3235 additions and 2291 deletions

View File

@ -42,7 +42,6 @@
#include "sql/executor/ob_task_executor_ctx.h"
#include "sql/ob_sql_context.h"
#include "sql/engine/ob_exec_context.h"
#include "sql/plan_cache/ob_plan_cache_manager.h"
#include "../share/schema/mock_schema_service.h"
using namespace oceanbase;
@ -159,7 +158,6 @@ public:
ObSqlCtx sql_ctx_;
ObExecContext exec_ctx_;
ParamStore param_list_;
ObPlanCacheManager plan_cache_mgr_;
private:
DISALLOW_COPY_AND_ASSIGN(TestSqlUtils);
};