fix optimizer histogram memory leak in KVCACHE

This commit is contained in:
wangt1xiuyi
2023-02-09 15:55:39 +00:00
committed by ob-robot
parent 5134763d1e
commit 44302ab27f
19 changed files with 289 additions and 153 deletions

View File

@ -50,9 +50,6 @@ private:
ObAnalyzeStmt &analyze_stmt);
int resolve_sample_clause_info(const ParseNode *sample_clause_node,
ObAnalyzeStmt &analyze_stmt);
int get_bucket_size(const ParseNode *node, int64_t &bucket_num);
// disallow copy
DISALLOW_COPY_AND_ASSIGN(ObAnalyzeStmtResolver);
};