allocate material when more than one link scan exist
This commit is contained in:
@ -215,6 +215,7 @@ namespace sql
|
||||
const ObColumnRefRawExpr &column_expr,
|
||||
int64_t flag);
|
||||
int check_whether_contain_nested_sql(const ObDMLStmt &stmt);
|
||||
int calc_link_stmt_count(const ObDMLStmt &stmt, int64_t &count);
|
||||
private:
|
||||
ObOptimizerContext &ctx_;
|
||||
DISALLOW_COPY_AND_ASSIGN(ObOptimizer);
|
||||
|
||||
Reference in New Issue
Block a user